Linux - Perform fsck for root filesystem, Dryrun fsck
Perform fsck for root filesystem
Boot the server in emergency mode with root password.Dryrun will give you information on how many sectors are affected and how may fix will happen.
# fsck -N <Device Name>
Perform FSCK, handle with care
# fsck -p <Device Name>
Make you always have backup before performing this activity, reboot the server once the fsck is completed
The topic on Linux - Perform fsck for root filesystem is posted by - Laxmi
Hope you have enjoyed, Linux - Perform fsck for root filesystemThanks for your time