RAID 6 builds on RAID 5 by writing two sets of parity data across a minimum of four drives, allowing the array to survive the simultaneous failure of two disks.
RAID 6 Overview
What is the difference between RAID 5 and RAID 6? There's not a huge difference, but it does get handled a little differently.
RAID 6 does use striping, but instead of just using a single parity drive or a single parity bit, it uses two. So it requires one more disc: we have to have at least four discs or more to do a RAID 6.
The way it writes out its blocks of data, we have first of all the first block of data, the second block of data, the third block of data, and then here again we have two parity bits on the last two drives. Then we have the next blocks of data that get stored, and we see that the parity bits have shifted by one drive here. Then we see it shift again, and then we see it shift again.
So it is very similar to RAID 5. It's just that we're storing two parity bits rather than just a single parity bit. This increases our fault tolerance: we can actually have two discs die, but we're still okay because of these two parity bits that we have. It also increases the speed of this, because we're still striping across many different discs. And it increases the capacity.
TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.
Explore free tools and programs →