>>> On Mon, Aug 20, 2007 at  7:26 PM, in message
<[EMAIL PROTECTED]>, David Stuart <[EMAIL PROTECTED]>
wrote: 
-snip-
> During a reboot this afternoon, I received a message stating that it had 
> been 143 days since /dev/dasd?1 had been checked.  Check forced.  
-snip-
> Is this normal?  I don't remember ever seeing this before, even when it had 
> been several months since the prior reboot. 

Yes, the EXT2 and EXT3 file systems (and probably all file systems) do this.  
If you're using EXT3, you can do a:
tune2fs -c0 -i0 /dev/dasd??
to turn that off.  There are two switches you need to specify because there are 
two counts that are kept:
1. Number of days since the last file system check
2. Number of file system mounts since the last file system check

I would _not_ recommend doing this on an EXT2 file system, unless you always 
have it mounted read-only.


Mark Post

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to