Dennis,
I'm hard pressed that famous Dan Brown thinks software Raid is that hard to do ...

... actually what you "simply" do is:
(1) partition some disks - as usual
(2) write a text file called "/etc/raidtab" arranging those drives as a new (raid-) drive
(3) activate that newly described array "md0": mkraid -f /dev/md0
(4) format that new "raiddrive" mke2fs /dev/md0 or better mkfs.ext3 /dev/md0
... and look at what it does (sync,ok,drive bad) with: cat /proc/mdstat
...SME 6.0 kernel is autoraidstarting at boot so raidstart /dev/md0 isn't even needed
... and you can just put that new "/dev/md0" drive into /etc/fstab
SPEED? Agreed if you recycle that old 233MHz I wouldn't do it .-) but at home I put 5 older 80GB IDE's as file dump into an older PIII 550 ... and even this it is quite able to fill the 100Mbit Net at 6-7 Mbyte/s write and 7-8 MByte read ...
OTOH:
- you won't have "tripple" capacity but just 3/4th of what your single HDs give (n-1)
- you will have a hard time if you want to boot from the raid - Dan is absolutely right in that

(I would even consider it asking for trouble .-)
- that Mylex controller setup of Mr. Zieman might be just best price/performance if you need local HD speed
BUT: those probably old scsi uw-scsi-disks are smaller&slower than any new Ultra100/133-50MByte/s-8MByte-cache-IDE-Harddisk ...for a mere 100bucks .-/
Reinhold