Jerry Van Brimmer said: > >>tune2fs -c 0 -i 0 /dev/the-file-system-you-mounting >> > Does 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]