Alexei Chetroi wrote:
See http://alioth.debian.org/projects/rootraiddoc/ for some docs regarding root on raid. I don't know about raidtools2, but mdadm may operate without config file at all, if you know what're you doing. See man mdadm, it contains all you need to know. For example, assuming you have two drives /dev/hda and /dev/hdc having two partitions part1 and part2 of type 0xfd (raid autodetect) on each drive. Than to create raid1, mirror with mdadm you do next: mdadm --create /dev/md/0 --level raid1 --raid-devices 2 --spare-devices 0 /dev/hda1 /dev/hdc1
Thanks for the url
I used this
http://xtronics.com/reference/SATA-RAID-Debian.htm
The magic line for saving your raid config was so....
mdadm --detail --scan >> /etc/mdadm/mdadm.conf
After that /proc/md5stat was good.
-- Rock River Internet Roger Grunkemeyer 202 W. State St, 8th Floor [EMAIL PROTECTED] Rockford, IL 61101 815-968-9888 x102
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]