linux磁盘异常报错RUN fsck MANUALLY
早上大楼异常断电,导致虚拟机启动磁盘异常报错unexpected inconsistency;RUN fsck MANUALLY An error occurred during the filesystem checkPropping you to shell the system will rebootwhen you leave the shellGive root password for
·
早上大楼异常断电,导致虚拟机启动磁盘异常报错
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 mantenna
解决过程如下:
按照系统提示,输入root用户的密码,进入命令行,
1.输入命令,查找root所在分区是多少:
mount |grep “on/”
根据结果找到root所在分区,我的是/dev/sda3
- 然后用命令fsck修复
fsck -y /dev/sda3
注:-y 选项指定检测每个文件是自动输入yes
- fsck修复boot分区
fsck -y /dev/sda1
- reboot重启ok,正常进入系统
更多推荐
已为社区贡献2条内容
所有评论(0)