Package: e2fsprogs Version: 1.42~WIP-2011-07-02-1 Hello,
e2fsprogs 1.42~WIP-2011-07-02-1 tries to change mke2fs defaults to time-
and mount count-based file system checks disabled via mke2fs.conf
[defaults]
enable_periodic_fsck = 0
This leads to mke2fs setting the maximum mount count to 0. This, in
turn, leads to a "maximal mount count reached" warning at first mount
and a reset of the maximum mount count to 20:
# mke2fs /dev/loop0
# tune2fs -l /dev/loop0
Maximum mount count: 0
# mount /dev/loop0 ...
EXT2-fs (loop0): warning: maximal mount count reached, running e2fsck is
recommended
# tune2fs -l /dev/loop0
Maximum mount count: 20
IMHO, mke2fs should instead set the maximum mount count to -1 like
tune2fs -c 0 does - this works well on subsequential mounts.
Thanks for your work & regards
Mario
--
I thought the only thing the internet was good for was porn. -- Futurama
signature.asc
Description: Digital signature

