View Single Post
  #7 (permalink)  
Old 05-Jul-2009, 07:12
ken_yap ken_yap is online now
Flux Capacitor Penguin
 
Join Date: Jun 2008
Location: GMT+10
Posts: 5,228
ken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud ofken_yap has a reputation to be proud of
Default Re: checking disk for errors

Quote:
Originally Posted by microchip8 View Post
That's very strange that suse doesn't set a check interval. IIRC, check interval is not controlled by suse itself but by mkfs.ext3 which automatically sets it for 2 months and I don't think suse disables this as it will be very stupid to do so. Are you sure you have created your partition with SUSE? Because if you have, the check interval will always be set as I've never experienced partitions created by SUSE to not have a check interval.
I didn't think so too, but I just looked at a 11.1 EXT3 superblock with tune2fs -l, and this is part of the result.

Quote:
Maximum mount count: -1
...
Check interval: 0 (<none>)
There are two types of check counters in EXT3, a max mount count and a check interval. Both can be enabled or disabled separately.

However I do know that openSUSE does check from time to time and I don't know at the moment how or where it forces that check. Maybe someone with time to kill can look through the startup scripts and work it out.
Reply With Quote