Hi,<br><br>  I am currently having a RAID disk configured to appear as <br>3 ext3 disks (/dev/sda,/dev/sdb and /dev/sdc)<br><br>The disks are initially formatted using <br>
<br>
mkfs.ext3 /dev/sda<br>
<br>and mounted as follows<br><br>mount -t ext3 -o data=ordered -o commit=1 /dev/sda /mnt/san<br><br>From what I read from the man page and other maillist archives I must run fsck <br>periodically  ( default after 38 mounts or 6 months) to ensure the filesystem is clean.  
<br><br>Is this still valid if I mount using the following options?<br><br>-o data=ordered -o commit=1 <br><br>  <br>Thanks<br>Ramesh<br>