Posted on 2012-02-21 17:09
Milo的海域 阅读(317)
评论(0) 编辑 收藏 所属分类:
Linux
改坏/etc/fstab文件会导致linux系统启动时fsck失败,从而进入"repair filesystem". 解决方法是:
1. 执行
mount -o remount rw /
进入读写模式
2. edit /etc/fstab to correct typo or invalid setting
3. exit repair filesystem to reboot