/dev/sda1 包含有错误的文件系统,强制检查

Jat*_*kur 27 boot fsck

启动到 Ubuntu 后,这会出现

需要 fsck

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

/dev/sda1: UNEXPECTED INCONSISTENCY: RUN fsck MANUALLY.
         (i.e., without -a or -p options)
fsck exited with status code 4
The root filesystem on /dev/sda1 requires a manual fsck

BusyBox v1.22.1 (Ubuntu 1:1.22.0-19ubuntuu2) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)_
Run Code Online (Sandbox Code Playgroud)

我该怎么办?

hey*_*ema 68

在 (initramfs) 提示符下,键入fsck -f /dev/sda1以检查/修复您的文件系统。

  • `fsck -f /dev/sda1` 是救星 (4认同)
  • @erluxman 很高兴我能帮忙! (2认同)
  • 谢谢你,拯救了我的一天 (2认同)