South Guy,
i) why not have the OS also safe on a Raid1 ???
ii) in this case just set up like charlie told you to...
read:
http://www.tldp.org/HOWTO/Software-RAID-HOWTO.htmland you'll see that basically all you have to do is
- install SME as usual
- install the two HDs using a new cheap standard IDE controller (Promise, ITE etc.) on different channels
- partition both disks identical
- write an
/etc/raidtab file like this:
raiddev /dev/md0
raid-level 1
nr-raid-disks 2
nr-spare-disks 0
persistent-superblock 1
device /dev/hde1
raid-disk 0
device /dev/hdg1
raid-disk 1
issue the make command:
#
mkraid /dev/md0...and better not start using those disks until
#
cat /proc/mdstat tells you it's finished & ready...
This has been described (in more detail) quite often here ... just search a little in the forum.
Regards
Reinhold