>
> > What does mount say?
>
> mount states:
> /dev/sda1 on / type ext2 (rw)
> none on /proc type proc (rw)
> /dev/sda10 on /home type ext2 (rw)
> /dev/sda5 on /m1 type ext2 (rw)
> /dev/sda8 on /tmp type ext2 (rw)
> /dev/sda6 on /usr type ext2 (rw)
> /dev/sda7 on /var type ext2 (rw)
> none on /dev/pts type devpts (rw,mode=0622)
>
Looks like your not mounting your md devices when you boot. My /etc/fstab
file looks like this:
/dev/hda1 / ext2 defaults 1 1
/dev/md2 /home ext2 defaults 1 2
/dev/md1 /opt ext2 defaults 1 2
/dev/md0 /usr ext2 defaults 1 2
and so on.
> What do you mean be reinstall my raid stuff?
> Can I just modify my /etc/fstab to reflect the /dev/md devices and then
> reboot? Then on a reboot the /dev/md's will be mounted instead of the
> /dev/sda's?
>
No need to reinstall anything. Just like you said, modify your /etc/fstab
file to reflect the md devices. Hope this helps!
Jason P. Holland
Sprint Paranet - Unix Administrator
[EMAIL PROTECTED]