Jerry Van Brimmer said:When I run #tune2fs -i 30d /dev/hda
tune2fs -c 0 -i 0 /dev/the-file-system-you-mountingDoes it have to be done this way? Isn't there a config file somewhere
with a number in it I can change? Say, from 20 to 30, for once a month?
-c # = number of mounts before forced check -i #d = number of days before forced check -i #w = number of weeks before forced check
so maybe.. tune2fs -c 30 /dev/whatever
to run every 30 mounts.. or tune2fs -i 30d to run it once a month
nate
I get:
tune2fs 1.27 (8-Mar-2002) tune2fs: Bad magic number in super-block while trying to open /dev/hda Couldn't find valid filesystem superblock. debian:/home/jerry#
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]