Unexpected inconsistency run fsck MANUALLY
时间:2009-03-13 来源:yeahilly
798295477
今天启动是出现问题,提示如下checking filesystem
/: unexpected inconsistency;RUN fsck MANUALLY
An error occurred during the filesystem check
Propping you to shell the system will reboot
when you leave the shell
Give root password for mantennance
问题很简单,磁盘出了毛病,解决方法如下
在命令行输入
#mount | grep ''on /''
得到你root用户所在分区/dev/your_partition,然后输入
fsck -y /dev/your_partition
即,检测并修复磁盘/dev/your_partition,-y 选项指定检测每个文件是自动输入yes
重启,问题解决
问题解决了,自己总结方法,也希望能给遇到相同问题的Linux用户有所帮助
相关阅读 更多 +