首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

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

2012-07-16 
启动出了问题:unexpected inconsistencyRUN fsck MANUALLYunexpected inconsistencyRUN fsck MANUALLYAn

启动出了问题: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。

热点排行