/:UNEXPECTED INCONSISTENCY;RUN FSCK MANUALLY.(i.e.,without -a or -p options)[FAILED]*** 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):
解决办法如下,
输入root密码
检查硬盘情况 df
修复
fsck /dev/hda1(hda1是我的硬盘挂载名称,你的自己查df)
fsck -A -y
重启reboot
时间: 2024-10-28 07:44:06