Ok, this is one of those dumb questions... ( I know about FSX and FS9, but not that much about computers...)
What does Raid-0 mean? I know only that RAID is a dual 'mirror' drive (if thats correct). Not much more then that.
Bill
A RAID-0 config is when you use two hard drives as a virtual single drive. The data you want to store is boken into data blocks, where half is stored on one drive and half is stored on the other, simultaneously. It is retrieved simultaneously, also.
Think of the data as a four letter word such as, well, "four". It is broken into two data blocks, ie "fo" and "ur". "fo" is written (or retrieved) on one drive, and at the same instant "ur" is written (or retrieved) on the other. It's like splitting a job between two people at once, and it gets done faster.
A RAID-1 config is when all of the data is written on both drives. Each drive has all the data, so in essence you are just making a backup copy when you save something.
My two 150 gig raptor HD's in a RAID-0 give me a single 279 gig virtual HD. Don't ask me where the other 21 gigs disappeared to.