[CentOS] FSCK

Dan Halbert halbert at everyzing.com
Fri Aug 10 03:51:45 UTC 2007


Dan Dansereau wrote:
> Hello
> I have a newbie question, given a centos 5 installation,
> An 5 very large disk arrays ( 2.5Tbytes each ) - 
>
> Is there a way to suspend or stop the fsck during the boot up?
>   
To stop it in the future:
# tune2fs -c 0 -i 0 /dev/sda1         # or whatever device

See the manpage for tune2fs. This disables the max mount count and the 
time interval checking.

Dan H



More information about the CentOS mailing list