[Seek Help] 为什么软件、备份都默认放在数据盘:
Tofloor
poster avatar
叶落无语
deepin
2025-06-30 10:24
Author

原来安装系统的时候,还是Windows的思维模式,想着系统盘安装系统和软件,数据盘放自己的东西,结果发现安装一些软件、备份几次后,数据盘快满了而系统盘还空着。早知道这样就把系统盘分小点,数据盘分大点。

Reply Favorite View the author
All Replies
Μαησεωφ
deepin
2025-06-30 11:12
#1

你以为的数据盘是 /home,但 Deepin 全盘安装后的“数据盘”包括 /home /opt /osroot /var,其中 /opt 就是装软件的地方,/var 被用来存放备份。

Reply View the author
引栗先生
deepin
18 hours ago
#2

要么像我一样重新安装一次,把/目录就分30G,然后给/persistent分配130G-200G左右空间,上限就看你准备安装多少应用了,如果还有剩余空间就给/data。

如果不重装,那就用bind mount方式,学/persistent做法,把/persistent/home目录mount成为/home目录。这样也行,你看看/etc/fstab中的2行,参照一下。

/persistent/home /home none defaults,bind 0 0
/persistent/root /root none defaults,bind 0 0

Reply View the author