Linux系统开机自检失败,出现Faild信息,比如:
/dev/sda* : UNEXPECTED INCONSISTENCY;RUN fsck MANUALLY.
(i.e., without –a or –p options)
[FAILD]
***an error occurred during the file system check.
***dropping you to a shell;the system will reboot
***when you leave the shell.
give root password for maintenance
(or type Control-D to continue):
意思就是在文件检测的时候发生错误,把你放入一个shell,离开此shell后系统会重新启动。输入root的password进行维护。
这时假若重启的话,还会把你带回到这个界面。所以输入root账号的密码手动进行文件系统check吧。根据系统提示,使用fsck时不要使用-a和-p这两个参数,比如直接输入:
fsck /dev/sda2
系统会检测到文件系统错误,提示修复,fix<y?>,直接回车就可以了,直到修复所有的文件系统错误,并重新回到shell,reboot重启电脑,有时输入reboot不起作用,可以使用ctrl+alt+del重启电脑,或者冷重启,进入系统就可以了。
最近评论