e2fsprogs
e2fsprogs copied to clipboard
mke2fs has no way to directly set the default mount count
The enable_periodic_fsck option can be used to set the mount count to -1 or a semi-random check interval. It would be nice to be able to set an explicit mount count. In my case I would like to set the count to 1 so new filesystems are checked on every boot. Can we get an option for explicitly initializing the mount count for new filesystems or an enable_force_fsck to set the count to 1?