Mailinglist Archive: opensuse (3261 mails)

< Previous Next >
Re: [SLE] what does this mean
  • From: "Bryan S. Tyson" <bryantyson@xxxxxxxxxxxxx>
  • Date: Sun, 1 Apr 2001 13:45:15 -0500
  • Message-id: <01040114522104.00749@desk>
On Sat, 31 Mar 2001, Nachiket wrote:

> What does the following mean
>
> /dev/hda10 has reached maximal mount count.checked forced.

It is automatic preventive maintenance. After a set number of mounts,
it will run a fsck whether it needs it or not, just to be extra sure
your file system is OK.

Here is a little bit more detail found in a web search:

------------------------------

There is a filesystem 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
------------------------------

Even if you do cleanly shutdown every time, there's always that chance
that some filesystem corruption has crept in. So each filesystem
stores the number of times you've mounted it since you did an fsck
(filesystem check) and automatically forces one at those points.

If you want to live dangerously you can change the the maximal mount
count value on a filesystem using the 'tune2fs' command's -c option.

***************************************************
Powered by SuSE Linux 7.0 Professional
KMail 1.0.29.2

Bryan S. Tyson
bryantyson@xxxxxxxxxxxxx
***************************************************

< Previous Next >