RAID is very confusing even as I read about it.
RAID 0 basically cuts files into little peices (stripes) and puts some physically on one drive and some physically on the other drive. It's all automatic so once in windows you'll still only have one drive letter in My Computer. There are often performance advantages, but if one drive dies then you loose everything

The problem is that RAID cannot make each stripe big enough, so the end result is you have tons and tons and tons of peices of files scattered accross the drives. That means to load one file it has to search across the drives, hogging CPU cycles and SLOWING the computer down.
The only way you can cure that is with a dedicated RAID card which can have larger stripe sizes.

They're expensive.
Last edited by Slotback on Fri Mar 14, 2008 7:29 am, edited 1 time in total.