Thanks for the recommendations; It seems the more I research the various threads on RAID options, the more confusing it gets (see below); Perhaps it might be easiest to get the 3rd HD for the O/S & 2 HD's in the RAID 0 config (is this called a RAID headache?....); Thanks.
OldGrover
Senior Member
Registered: Jul 2000
Location: Ontario, Canada
Posts: 239
You can't do RAID with only one disk. Here's the rundown :
RAID 0 - This isn't "real" RAID since it is not Redundant, but most people count it. This is the striping option mentioned above - it increases speed, but, if anything, decreases liability (because you lose all the data if one drive goes, not just the contents of that drive)
RAID 1 - mirroring. Two drives, each in sync with each other. With a good controller, can increase read speed. With excellent controllers, no noticeable speed decrease, but because they have to keep in sync, some degradation is possible.
RAID 2 - "Hamming Code ECC" striping. Similar to RAID 0, but with fancier algorithms and ECC (Error correcting) disks - this means that if one drive goes down, the data is still intact within the RAID set. Rarely used in practice because it is inefficient in terms of disk space required. Rarely supported on RAID controllers. Very fast.
RAID 3 - Parallel transfer with parity - similar to RAID 2, but more efficient use of disks. Very fast. Quite commonly supported. Minimum 3 disk setup.
RAID 4 - Independent data disks with shared parity disks. Minimum 3 disk setup. Very very fast read rate. Slow write rate. Very commonly supported.
RAID 5 - Independent Data disks with distributed parity blocks. Fastest read rate. Fairly quick write rate. This is the most common RAID level for corporate systems - although 0+1 is becoming more common as disks drop in price
RAID 6 - a version of RAID 5 with more redundancy (you can lose more drives before losing data). more expensive, less efficient use of disks, very rare.
RAID 0 + 1 - basically two stripe sets mirrored together. Takes at least 4 disks, but has excellent performance characteristics combined with some redundancy (can lose any one disk)
Now, most homerecorders are more worried about speed - especially write speed. RAID 0 is probably reasonable, provided downtime is acceptable and provided a backup solution is in place. For pro studios, I would recommend a 0+1 solution - relatively cheap and very fast. Hotswap drives at that point would be a very good investment, along with a controller that supports them.
Example - at work I've got a fileserver - an IBM Netfinity 5500 with 5 x 10000RPM 36gb SCSI hotswappable drives arrange in a RAID 5 configuration . Now, that means that if any drive goes down - any drive - the system keeps on running, keeps on serving files - it just sends a message to me and I walk into the machine room, see a little red light on one of the drives. I yank the drive, put in a replacement and, within a few hours, the drive is fully integrated into the RAID and life goes on. During all this time, the server never stops serving files, never has to pause, we are just in a vulnerable state since we are not redundant. Two hours later, we're back redundant and the users never noticed. A RAID 0+1 system would work similarly.
RAID 0 vs 0+1 is a question of balancing money vs redundancy. If you do this for a living, go for 0+1 - the first time a harddrive dies with a client in the studio, you'll have made your money back in not having to reschedule. If it is just you, well - how much is your time worth to you? How much is that perfect riff you just nailed on the harddrive worth? Your call.
Now, since I am a professional paranoid, I'll just mention that RAID is no substitute for backups. It doesn't matter how redundant they are, if your studio catches fire, they'll still melt.
Report this post to a moderator | IP: Logged