4
2
I've built a RAID 1 array of 2 disks, A and B.
That means that every bit on A is equal to a bit on B. If one disk fails, I can safely retrieve my data from the other disk. But then I started wondering: How true is this?
Let's say a bit 1 on A reads 0, but 1 on B. How would the RAID controller be able to tell, which one is corrupted and which one is not? Is this based on what the so called "S.M.A.R.T." technology reports, and is that really worth anything, or would I be just as well of with a non-RAID solution?
I can see why this is not a problem on RAID 5, so I'm planning to upgrade.
1
Possible duplicate of Does RAID 1 protect against corruption?
– Ƭᴇcʜιᴇ007 – 2016-01-13T16:33:36.897I'm not posting this as an answer as I don't know if I'm 100% correct, but I believe that for the circumstance you are describing to happen the disks would have had to be written to independently with different data, which isn't what happens in a RAID 1 set up. It might occur in the case of a fault with the RAID controller but even then it seems unlikely. – chunkyb2002 – 2012-02-12T22:40:06.217
RAID IS NOT A BACKUP!! There are problems with RAID5 as well. http://www.zdnet.com/blog/storage/why-raid-5-stops-working-in-2009/162
– Zoredache – 2012-02-12T22:50:41.727Related: What exactly does a RAID 1 resync do?
– Ƭᴇcʜιᴇ007 – 2012-02-12T23:29:38.527