*** 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用户的密码,进入单用户模式。

用fsck指令来手工修复一下:

修复步骤:

执行:fdisk -l  查看硬盘信息

执行指令:fsck -y /dev/had5

 

注:had5为fdisk所查得的硬盘信息(不了解的话每个挂载分区执行一次fsck)

Linux技巧:使用Fsck命令修复损坏的分区

相关文章:

  • 2021-11-15
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2021-06-05
  • 2021-08-17
猜你喜欢
  • 2021-09-16
  • 2022-12-23
  • 2021-08-18
  • 2021-05-06
  • 2021-10-30
  • 2022-01-04
相关资源
相似解决方案