Linux mdadm software RAID 6 - does it support bit corruption recovery?
Posted
by
user101203
on Server Fault
See other posts from Server Fault
or by user101203
Published on 2012-05-23T16:54:11Z
Indexed on
2012/11/30
23:07 UTC
Read the original article
Hit count: 201
Wikipedia says "RAID 2 is the only standard RAID level, other than some implementations of RAID 6, which can automatically recover accurate data from single-bit corruption in data."
Does anyone know if the RAID 6 mdadm implementation in Linux is one such implementation that can automatically detect and recover from single-bit data corruption. This pertains to CentOS / Red Hat 6 if those are different from other versions. I tried searching online but didn't have much luck.
With SATA error rates being 1 in 1E14 bits, and a 2TB SATA disk containing 1.6E13 bits, this is especially relevant to preventing data corruption.
Thanks!
© Server Fault or respective owner