例如: 要把 /home1, /home2 重新割为 /home1 ~ /home6 1. 以 root 身份登入, 执行 fdisk 2. 用 d 指令, 将 home1 及 home2 删除. 3. 用 n 指令, 重新分割, 看你要割几个. 4. 使用 mkfs -t ext2 /dev/hd??? 4096 将每一个分割区 的档案系统做好. 5. 编辑 /etc/fstab, 将新的分割区设定进去. 6. 开好 /home1 ~ /home6 等目录, 做为 mount point. 7. reboot 就 OK 了. |
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.