Really!
that's exactly what I'm willing to do, but at boot time,
I've an error when it assemble md devices.
here is my fstab :
/dev/main/root / ext3 usrquota,grpquota 1 1
/dev/md1 /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/main/swap swap swap defaults 0 0
#/dev/md0 /mnt/data ext3 noauto 1 1
/dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0
and here is my mdadm.conf :
# mdadm.conf written out by anaconda
DEVICE /dev/hda1 /dev/hda2 /dev/sda1 /dev/sdb1
MAILADDR root
#explicitly define each array
ARRAY /dev/md2 level=raid1 num-devices=2 devices=/dev/hda2 UUID=52937d63:3b5853f5:1d4d7437:f7deb43f
ARRAY /dev/md1 level=raid1 num-devices=2 devices=/dev/hda1 UUID=85e10085:85183b47:35baaf74:54f56e0e
#ARRAY /dev/md0 level=raid1 num-devices=2 devices=/dev/sda1,/dev/sdb1 UUID=1da6f61b:1c6915af:1d65cec7:4ab101f0
the lines are commented so I can boot...
mdadm.conf is correct, when I uncomment the last line and run
mdadm -A /dev/md0
there is no error and i can mount the raid1 in my filesystem.
do you see anything wrong ?
paquerette