Mount usb drive with mount -a fails after f10 upgrade

Jeff Spaleta jspaleta at gmail.com
Wed Jan 7 06:27:30 UTC 2009


On Tue, Jan 6, 2009 at 5:23 PM, Joe W. Byers <ecjbosu at aol.com> wrote:
> Mount count:              8
> Maximum mount count:      1
> Last checked:             Sat Jan  3 14:45:33 2009
> Check interval:           15552000 (6 months)
> Next check after:         Thu Jul  2 15:45:33 2009


Take a moment and review what those lines in the tune2fs output mean

the ext2/ext3 filesystem can be configured via tune2fs to require a
fsck check periodically in two ways.  One is mount count and the other
is time interval since last check. You have both ways configured. And
more importantly...the filesystem is configured to require a check
after ONE mount!

The system is doing exactly what the filesystem superblock is asking
it to do..do an fsck after each mount.  This is not what you want.

use the tune2fs  -c option and set the maximum mount count to
something sane or turn it off completely.

-jef




More information about the fedora-list mailing list