2011-07-11 23:04:39
技术资料 Linux
因fstab中的拼写错误等原因,会导致文件系统无法正确加载,从而打断引导过程,进入sulogin shell:
以root密码登录;
重新挂载root文件系统:mount -o remount,rw /dev/sda2;
修改fstab:vi /etc/fstab;
挂载文件系统确认没有错误:mount -a;
重新引导系统:reboot。