意外不一致;手动运行 fsck

意外不一致;手动运行 fsck
/dev/sda7 contains a file system with errors, check forced.
 Inodes that were part of a corrupted orphan linked list found.

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

Busybox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs) _

请帮忙

答案1

尝试这个:

您必须使用 live-dvd/usb。

您可以使用 PC 启动 live-dvd/usb。

并从终端运行 fsck:

sudo -i
umount /dev/sda7 
fsck /dev/sda7 -y

相关内容