我使用ubuntu (最新版本)和windows 10双。但是现在当我尝试打开ubuntu的时候,它显示了这一点,请帮助,我不是电脑天才,我真的因为这样的错误而迷失了方向,没有太多的帮助。
/dev/sda4: One or more block group descriptor checksums are invalid. FIXED
/dev/sda4: Group descriptor 320 checksums is Ox5dfa, should be Oxc727.
/dev/sda4: UNEXPECTED INCONSISTENCY: RUN fsck MANUALLY.
(i.e. without -a or -p options)
fsck exited with status code 4
The root file system on /dev/sda4 requires a manual fsck
Busybox v1.30.1 (Ubuntu 1:1.30.1-4ubuntu6.3) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(1n1tramfs)发布于 2021-11-19 03:24:55
fsck /dev/sda4 -y
这个命令一定会起作用
由于它是在那里编写的,/dev/sda4需要一个手动fsck,这个命令只需给出手动fsck。
https://askubuntu.com/questions/1376433
复制相似问题