How to disable automatic and forced fsck on disks in a linux software raid?
Posted
by
mit
on Server Fault
See other posts from Server Fault
or by mit
Published on 2010-12-22T15:44:20Z
Indexed on
2010/12/22
15:56 UTC
Read the original article
Hit count: 203
This is the /etc/fstab entry of a raid system /dev/md4 that is controlled with mdadm and webmin on an ubuntu 10.04 64 server:
/dev/md4 /mnt/md4 ext3 relatime 0 0
We tried to switch off automatic forced fsck on rebotts, as we prefer to implement our own scheduled fsck routine by setting the last parameter of the line to 0 (ZERO).
But we found out the forced and automatic check still occurs on the underlying real disks, lets say sdb1 and sdc1.
How can we switch that off?
© Server Fault or respective owner