FSCK Options and Maintenance

Provided below are some useful commands pertaining to FSCK. Update commands to your environment / related issue. Use commands at your own risk.


INCONSISTENCY: RUN fsck MANUALLY (i.e., without -a or -p options)


umount /dev/sda*
fsck /dev/sda1 -f -y
fsck /dev/sda7 -f -y



Remove forcefsck file:


mount -o remount, -rw /dev/VolGroup00/LogVol00
rm /forcefsck -f



Reboot and force an fsck:


/sbin/shutdown -rF now


If stuck in FSCK loop reboot:

# While in FSCK,
ctrl-c
mount -o remount, -rw /dev/sda1 /
rm /forcefsck -f



  • 132 Users Found This Useful

Was this answer helpful?

Related Articles

connection failed for acme-v01-api-letsencrypt org: SSL connect attempt failed

 (Hypertext Transfer Protocol) “post” request to...

How to convert InnoDB to MyISAM

Although at times faster, you will find InnoDB a very large headache when it comes to table...

Killing cPanel Backups via Command Line / Shell

From time to time you may find the cPanel backup system taking longer and affecting production...

Create CXS Quarantine Directory

The following command may be used to create a quarantine directory for Configserver's CXS: cxs...

Failed to lock proc mutex: Permission denied

The error : Failed to lock proc mutex: Permission denied can occur when using mod_ruid2 with...