Page 1 of 1

ubuntu disk errors

Posted: Wed Apr 03, 2024 8:26 pm
by Stevyn

Code: Select all

(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
From there, you should be able to drop to some maintenance shell (if not already opened), where you may run

Code: Select all

 fsck -yf /dev/sda1
If there are any errors rerun

Code: Select all

 fsck -yf /dev/sda1
source: https://askubuntu.com/questions/885062/ ... anual-fsck