chcr
Too cute for words
24 solid state hard drives in RAID
That's right, 24!!!11!!!one !!eleven!!!!

I'm going to need to rob a bank.
That's right, 24!!!11!!!one !!eleven!!!!


I'm going to need to rob a bank.
I've always wondered if it's possible to have both RAID 0 and RAID 1 at the same time, so you get both the extra speed and the extra reliability, only needing four drives... or 24 (or 48).
I think flavored avacadoes would gum up 24 RAID drives, religious or not
/me reds on the different RAIDS
Would RAID 5 give the speed of RAID 0 with the protection of RAID 1, though?
It's a compromise. There's parity bits, so in any given RAID 5 array, you can have one drive fail without losing any data. If a drive fails, you need to replace it immediately and rebuild the array from the parity bits on the other drives. If two drives fail, you're up shit creek.
As for speed, I've never used one, but it's definitely faster than RAID 1 or a regular drive. It might be a little slower than RAID 0, but the only people who use RAID 0 are people who don't use it for anything critical, who can afford to spend 6 hours restoring from an external backup if one drive fails.
the only people who use RAID 0 are people who don't use it for anything critical, who can afford to spend 6 hours restoring from an external backup if one drive fails.
/me reds on the different RAIDS
Would RAID 5 give the speed of RAID 0 with the protection of RAID 1, though?
Well explained. Have you ever heard of anyone mirroring a RAID 0 array? Is it even possible?It gives more or less the speed of RAID 0, as the stripes are also distributed among the array.
In RAID 5 the information can be recovered only if 1 disk fails, whereas in RAID 1 you can recover the information with as little as half array (one entire mirrored copy lost) or you can lose it with 2 faulty drives (mirror and 'original' of the same stripe).
All in all, multiple disk failures at the same time are rare. RAID 5 is widely used because it has speed, protection and the space penalty is not that big, whereas RAID 1 is slow, has great protection but the cost in space is 50%.
Well explained. Have you ever heard of anyone mirroring a RAID 0 array? Is it even possible?
RAID 0+1: striped sets in a mirrored set (minimum four disks; even number of disks) provides fault tolerance and improved performance but increases complexity. The key difference from RAID 1+0 is that RAID 0+1 creates a second striped set to mirror a primary striped set. The array continues to operate with one or more drives failed in the same mirror set, but if drives fail on both sides of the mirror the data on the RAID system is lost.
RAID 1+0: mirrored sets in a striped set (minimum four disks; even number of disks) provides fault tolerance and improved performance but increases complexity. The key difference from RAID 0+1 is that RAID 1+0 creates a striped set from a series of mirrored drives. In a failed disk situation, RAID 1+0 performs better because all the remaining disks continue to be used. The array can sustain multiple drive losses so long as no mirror loses all its drives.
RAID 5+0: stripe across distributed parity RAID systems.
RAID 5+1: mirror striped set with distributed parity (some manufacturers label this as RAID 53).