If you wish to use a RAID setup as you stated, you have several options.
Two of the most common RAID setups are RAID 0 (striped) and RAID 1
(mirrored). RAID 0 provides faster performance, because when you set up the
RAID array, it formats two disks to be used as one. (The controller sees it
as one big hard disk. If you have two 200gb drives as I understood you to
say, it would see the array as one 400gb drive. That's big. I don't know
if an array that size would cause problems, as some motherboards have size
limitations...) This, theoretically but not realistically, doubles the rate
at which data is written to your drives. I say theoretically because it is
not quite twice the normal speed, from benchmarks you read about. This type
of setup provides great performance, but doubles the risk of a hardware
failure - if you lose one hard drive of the two, you lose everything, as all
the date is spread out between the two drives. If you are looking for
optimum speed, this is your choice.
Your second option RAID 1. This sets up two drives to handle identical
data, hence "mirror." All the data is written to both disks. Two 200gb
drives would show up as 200gb, since they both contain the same data. The
advantage here is security - if one drive fails, the other continues to work
without a hitch. The problem is, the performance is not as good as RAID 0,
because the data transfer rate operates at a speed no faster than normal.
Another option is RAID 0+1, which is a combination of both of the above.
Four hard drives are required. Two are striped, increasing speed, and two
are mirrored, providing disaster recovery, but of course there is more
expense with purchasing four drives.
I hope this wasn't too simplistic, but I assumed you were in the dark about
how RAID worked. Hope this helped...
TG