[System Installation] 现在全盘安装还是15G吗?
Tofloor
poster avatar
153******45
deepin
2022-05-02 05:07
Author

如题,

Reply Favorite View the author
All Replies
black_white_bear
deepin
2022-05-02 05:19
#1

全盘安装,现在只能通过自定义的方式获得一个比较大的系统盘

  • 例如,现在我的系统盘大小,等同我的硬盘大小,相当程度上不用担心系统盘大小的问题

顺便,五一快乐

Reply View the author
Mr-Wan
deepin
2022-05-02 12:55
#2

应该是,只是没必要在意,原因见 /etc/fstab

/data/home /home none defaults,bind 0 0
/data/opt /opt none defaults,bind 0 0
/data/root /root none defaults,bind 0 0
/data/var /var none defaults,bind 0 0

即一般增长大小的目录实际的位置是data所在的分区。

Reply View the author
blue
deepin
2022-05-02 17:40
#3

安装进入图形界面后(一定要在进入全盘安装选择界面之前),切换到命令行,修改sudo vi /etc/deepin-installer.conf中的相关配置(如partition_full_disk_large_root_part_range=15:15改为30:30和partition_root_space_required=15改为30)并保存,再切换回图形界面继续安装,选择全盘安装时,显示的系统盘大小应会为你修改的数值(硬盘容量需足够)。

Reply View the author