My Ubuntu computer says /dev/sda5 contains a file system with errors, check forced. /dev/sda5: Inode 393249 seems to contain garbage.
/dev/sda5: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. (i.e., without -a or -p options) fsck exited with status code 4 the root filesystem on /dev/sda5 requires a manual fsck
BusyBox v1.30.1 (Ubuntu 1:1.30.1-4ubuntu6.4) built in shell (ash) Enter 'help' for a list of built-in commands.
(initramfs)
How do I fix this?
/dev/sda5
and runsudo e2fsck -cf /dev/sda5
and if there are lots of error messages maybe according to the automatic advicesudo e2fsck -p /dev/sda5
; See more details atman e2fsck
– sudodus May 13 '23 at 14:52