ubuntu disk errors

Let us talk about scripts, HTML, Perl, PHP, apache, etc.
User avatar
Stevyn
SysOp
Posts:1776
Joined:Mon Nov 09, 2009 10:03 am
Location:Japan
Contact:
ubuntu disk errors

Post by Stevyn » Wed Apr 03, 2024 8:26 pm

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
Contact me directly: Ironfeatherbooks (@) gmail.com

Image

Post Reply