In Linux OS all the information about the file required during the booting of the system are stored At the Root File system,
This file system is saved on the same partition where the root directory is situated. Corruption in this file system can be due to the following reasons
1) Improper system shutdown
2) OS malfunction
3) virus infection
4) Power Surge
5) human errors like accidental deletion
In most of the cases, the system becomes unbootable, resulting in inaccessibility of hard disk data. To get past root file system corruption, a user needs to run it by running FSCK command manually. However, if the corruption persists even after running the FSCK command, then the user needs to opt for a third-party Data Recovery Linux application.
To explain the above case, consider a practical scenario where you encounter the underneath error message while booting your Linux system:
“*Checking root file system…
/contains a file system with errors, check forced
/:
Duplicate or bad block in use!
/: Multiply-claimed block(s) in inode 8: 1024
/: Multiply-claimed block(s) in inode 81297: 1024
/: (There are 1 inodes containing multiply-claimed blocks.)
?: File (inode #8, mod time Mon Dec 26 21:40:14 2005) has 1 multiply-claimed block(s), shared with 1 file(s):
/: /bin/zless (inode #81297, mod time Fri Jul 8 22:19:49 2005)
/:
/: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY
(i.e., witjout -a or -p options)
*fsck failed. Please repair manually and reboot”
The error message makes the system unbootable and the hard disk data inaccessible.
Cause Of the above error message:
As stated in the error message, the root file is damaged or corrupted.
Resolution of the above problem is given below:
To get rid of the above error message, you will need to follow the steps given below
1) Run FSCK command manually.
2) If the command fails, restore the data from an up-to-date backup.
3) If no backup available, then format the hard drive and reinstall the operating system. To recover formatted files post re-installation, use an effective Linux data Recovery application.
A Linux data Recovery tool uses effective recovery techniques to recover lost file/data from a formatted Linux system.
This file system is saved on the same partition where the root directory is situated. Corruption in this file system can be due to the following reasons
1) Improper system shutdown
2) OS malfunction
3) virus infection
4) Power Surge
5) human errors like accidental deletion
In most of the cases, the system becomes unbootable, resulting in inaccessibility of hard disk data. To get past root file system corruption, a user needs to run it by running FSCK command manually. However, if the corruption persists even after running the FSCK command, then the user needs to opt for a third-party Data Recovery Linux application.
To explain the above case, consider a practical scenario where you encounter the underneath error message while booting your Linux system:
“*Checking root file system…
/contains a file system with errors, check forced
/:
Duplicate or bad block in use!
/: Multiply-claimed block(s) in inode 8: 1024
/: Multiply-claimed block(s) in inode 81297: 1024
/: (There are 1 inodes containing multiply-claimed blocks.)
?: File