/dev/sda1 contains a file system with errors, check forced.
/dev/sda1: Inodes that were part of a corrupted orphan linked list found.

/dev/sda3: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)

在(or type Control-D to continue)后输入root用户的密码
首先在修复filesystem时要umount掉运行该命令:
如: umount /
运行fsck.ext4 -y /dev/sda3
或运行fsck.ext4  /dev/sda

相关文章:

  • 2021-07-03
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2021-12-15
猜你喜欢
  • 2021-05-17
  • 2021-10-24
  • 2022-01-22
  • 2021-06-13
  • 2021-05-14
  • 2022-12-23
  • 2021-04-29
相关资源
相似解决方案