根分区占满了,怎么解决?
Tofloor
poster avatar
dongyang
deepin
2018-12-09 23:27
Author
装系统的时候给根分区分了 16 G, 然后用了两周,根分区已经用了 94% 了。
请教大佬们,怎么解决啊?
Reply Favorite View the author
All Replies
avatar
梦幻大陆
deepin
2018-12-10 00:12
#1
1、重装
2、dump + restore 转移根分区到新分区,方法:https://www.jianshu.com/p/ef99c8f513ab
Reply View the author
avatar
jlice
deepin
2018-12-10 02:33
#2
这么小 应该是虚拟机吧 加块硬盘 然后把/home挂载到新分区
Reply View the author
avatar
deepinuser17
deepin
2018-12-10 15:10
#3
先查一下是那些文件占用了空间。我猜是日志文件。如果是,设置log rotation。

  1. sudo du -sh <文件目录》
Copy the Code
Reply View the author