[Newbies] 挂载的空间满了,怎么办? 求救
Tofloor
poster avatar
H.g
deepin
2022-02-09 23:34
Author

image.png

Reply Favorite View the author
All Replies
xiao80
deepin
2022-02-09 23:45
#1

这个目录下面占用比较多的一般是日志和安装软件时下载的软件包缓存,可以用 journalctl 和 apt 相关的操作确认下占用的空间,再清除一下。

Reply View the author
andktan
deepin
2022-02-10 00:16
#2

https://bbs.deepin.org/zh/post/230377

参考下,一样么

Reply View the author
H.g
deepin
2022-02-10 01:40
#3

已经解决了,原因是docker的镜像都在这个路径下,移动docker的位置后,就好了

Reply View the author
H.g
deepin
2022-02-10 01:41
#4
xiao80

这个目录下面占用比较多的一般是日志和安装软件时下载的软件包缓存,可以用 journalctl 和 apt 相关的操作确认下占用的空间,再清除一下。

这个怨我自己,docker的东西放在这个里面,移动位置就好了

Reply View the author
H.g
deepin
2022-02-10 01:41
#5
andktan

https://bbs.deepin.org/zh/post/230377

参考下,一样么

谢谢,已解决

Reply View the author
waiting
deepin
2022-02-10 02:06
#6
H.g

这个怨我自己,docker的东西放在这个里面,移动位置就好了

默认的镜像就在 /var/lib 下面,可以编辑 //etc/docker/daemon.json 文件更换路径,比如:


{
  "data-root": "/data/docker"
}
Reply View the author
H.g
deepin
2022-02-10 02:09
#7
waiting

默认的镜像就在 /var/lib 下面,可以编辑 //etc/docker/daemon.json 文件更换路径,比如:


{
  "data-root": "/data/docker"
}

对,就是改的这个

Reply View the author