读书人

启动出了有关问题:unexpected incons

发布时间: 2012-07-16 15:44:59 作者: rapoo

启动出了问题:unexpected inconsistency;RUN fsck MANUALLY

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

系统提示重启,重启后还是不行

在命令行输入

fsck -y /dev/sda1

重启ok。

读书人网 >操作系统

热点推荐