Tuesday, March 18, 2008

Force filesystem check on Linux

a little hackery ...

tune2fs -c /dev/hda1 30 # setting the max check count
tune2fs -C /dev/hda1 31 # setting total check count so far