Tuesday, March 2, 2010

Force fsck on the next reboot

fsck is used for checking and repairing Linux file system. To force a fsck after a reboot, do the following
# shutdown -rF now
(where F - Force fsck on reboot)

No comments: