Originally posted by: randay
Originally posted by: Thorny
Originally posted by: randay
Originally posted by: Thorny
The disk in a Raid 0 store DIFFERENT data, therefore have different task. One stores data set A, and the other stores data set B. They are not redundant unless they store the SAME data.
The only RAID level that completely mirrors data is level 1, or mirroring. In RAID2 through RAID6, each drive stores a completely different set of data from each other drive. The data is still considered data redundant and fault tolerant because the data can be rebuilt on the fly from parity bits of the lost data. In the case of a RAID0 array suffering a drive failure, the functioning drive still contains 50% of the data, thought there is no parity bits so the data cannot be automatically rebuilt and therefore there is no fault tolerance. In a RAID1 array data is completely mirrored between both drives, if one drive fails, the second drive has a complete copy and no loss of data occurs.
I'm not sure I get your point. I'm up to snuff on the differences between RAID arrays and you don't seem to be arguing the point that both drives in a RAID 0 store completely different data. I'm also aware that every other RAID level provides data redundancy, by in one way or another duplicating the data. That makes the ARRAY redundant, not the individual disks.
My main point is that redundancy is not equal to fault tolerance(or data redundancy). I gave a real world example a few pages back on how a RAID array could be considered redundant.
Compare a single 1TB drive to a RAID0 array of (2)500GB drives. say that a 1TB costs 500, and the 500GB cost 200 each. with the RAID0 array you now have a 1TB drive for 100 dollars less, and if one drive fails, you replace it for 200 dollars and still have your 1TB RAID array. If you go with a single 1TB drive, and it fails, you replace it for 500 dollars.
With that said a RAID0 array is not data redundant or fault tolerant. When one drive fails the array is broken, though technically you still have 50% of your data, but with no way to rebuild lost data, thought you can recover that 50%
I also gave a bunch of examples on how redundancy can apply to things that have nothing to do with data redundancy. power supplies, internet connections, even truck tires.