Linux FSCK tips
1. How to check the last time FSCK was run
ou should be able to tell by using tune2fs
tune2fs -l /dev/sXxN | grep Last checked
See the man page for more information on the options available with tune2fs
2. Force fsck on boot using /forcefsck
# touch /forcefsck
3. Show/change check intervals – Maximum mount count , Check interval
tune2fs -i …
Advertisement
leave a comment