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。
本文详细介绍了如何通过命令行使用fsck工具检测并修复磁盘分区错误,包括手动运行fsck命令、指定分区进行检查与修复、系统提示重启后的操作,确保系统的稳定运行。
1686

被折叠的 条评论
为什么被折叠?



