> Richard Booth wrote:
>
> Hi
>
> What does this mean:
>
> maximal mount count, check forced?
>
> It appears sometimes on booting SuSE Linux 6.0
>
There is a filesystem checking utility called
tune2fs. By default, a value of 10 is set to it,
so every tenth bootup, your ext2fs will be checked
for errors.
You can change it. I have mine set at 100.
Look at man tune2fs.
You need to do it for each drive mounted.
Example:
tune2fs -c 100 /dev/hda1
tune2fs -c 100 /dev/hda2
--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html