View Single Post
Old 11-19-2011, 08:54 AM  
raymor
Confirmed User
 
Join Date: Oct 2002
Posts: 3,745
Quote:
Originally Posted by MrMaxwell View Post
As I understand it, if either drive fails on a Raid 0 setup... you are fucked. But my sister told me that I can set one up with 3 drives and somehow the extra one will back the other two up?

How would having a single mirroring the two acting as one not cut the performance in half?
With RAID0 (striping) performance is roughly doubled because you get the speed of both drives. The setup with three drives is called RAID3 or RAID5. Basically the third drive holds a checksum of the others, so if any single drive fails the data is still readable. We have RAID5 arrays of eight drives apiece. Reads can use all drives, so the more drives the faster files can be read. The capacity is that of seven drives, with one used for parity.

RAID3 has one drive dedicated to parity and is good for sequential access, like videos. It slow for random writes, though, because all writes have to update the one parity drive.

The more popular RAID5 has a few blocks on each drive used for parity and is good for random access, like the OS. It's fast for reading because reads use all drives, but slightly slower than RAID0 for writes because writes have to update two drives, not just one. The writes may be executed parallel, though, so it's not always half as fast as RAID0. RAID5 is good balance between safety, capacity, and speed in many cases because most systems read files more often than write them.

That reminds me, MrMaxwell there's something else I'd like to chat with you about. Can you shoot me an email at ray @ bettercgi.com or give me a call at 979-530-1300.
__________________
For historical display only. This information is not current:
support@bettercgi.com ICQ 7208627
Strongbox - The next generation in site security
Throttlebox - The next generation in bandwidth control
Clonebox - Backup and disaster recovery on steroids
raymor is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote