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