force fsck
For whatever reason you would like to do this, this is how to:
Set the mount count to maximum of 1 mounts
tune2fs -c 1 /dev/sda1
fsck the partition
fsck -a /dev/sda1
and dont forget after you finish to set it back to 35
tune2fs -c 35 /dev/sda1
Thanks for playing :)
Set the mount count to maximum of 1 mounts
tune2fs -c 1 /dev/sda1
fsck the partition
fsck -a /dev/sda1
and dont forget after you finish to set it back to 35
tune2fs -c 35 /dev/sda1
Thanks for playing :)