How to disable automatic and forced fsck on disks in a linux software raid?
- by mit
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?