1.if you need to new an partition,$sudo apt-get install gparted,
a software for partition admin.
*how to change the /home to another to another partition
# cd /
# mv /home /home.old
# mkdir /home
# mount /dev/sda10 /home
edit /etc/fstab
add a line like :
/dev/sda10 /home ext2 defaults 1 2
a software for partition admin.
*how to change the /home to another to another partition
# cd /
# mv /home /home.old
# mkdir /home
# mount /dev/sda10 /home
edit /etc/fstab
add a line like :
/dev/sda10 /home ext2 defaults 1 2
如何在Linux中重新分区并迁移/home目录
本文指导您如何在Linux系统中使用gparted软件进行分区管理,包括如何将/home目录迁移到另一个分区,并通过编辑fstab文件来确保系统正常运行。
120

被折叠的 条评论
为什么被折叠?



