Whenever I switch on Ubuntu I always see the following message.
(Initramfs): /dev/sda1 contains a file system with errors, check forced.
Inodes that were a part of a corrupted orphan linked lost 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
@heynnema
or I may miss them. – heynnema Feb 19 '17 at 18:20sudo shutdown
? If yes, what aboutsudo reboot
? – David Foerster Feb 19 '17 at 20:44fsck
as per my answer? You should runfsck
after every crash/hang. – heynnema Nov 04 '22 at 13:12fsck
, and it fixed the problem. But constantly runningfsck
every few weeks doesn't seem to be the solution. – Danijel Nov 04 '22 at 13:50