1,根据mount 命令挂载 根目录
mount /dev/sda3 / -o remount,rw
2,修改fstab 文件
vim /etc/fstab
3,mount -a 挂载文件系统验证fstab
mount -a
4, reboot 重启服务器
systemctl reboot
reboot
1,根据mount 命令挂载 根目录
mount /dev/sda3 / -o remount,rw
2,修改fstab 文件
vim /etc/fstab
3,mount -a 挂载文件系统验证fstab
mount -a
4, reboot 重启服务器
systemctl reboot
reboot