Sometimes you want to disable time-based automatic check on your filesystems on boot. To do so, you can use the tune2fs utility with the following command:
tune2fs -c0 -i0d /dev/mydev
Where /dev/mydev is your device.
See also:
IT and beyond
Sometimes you want to disable time-based automatic check on your filesystems on boot. To do so, you can use the tune2fs utility with the following command:
tune2fs -c0 -i0d /dev/mydev
Where /dev/mydev is your device.
See also: