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
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to