RAID 1 uses disk mirroring to write identical data across two drives simultaneously, providing redundancy and fault tolerance at the cost of double the storage resources.
RAID 1 Overview
I've seen and used RAID 1 quite a bit more than RAID 0. In fact, I can't think of a single instance where I really used RAID 0. I can think of lots of production equipment that I used RAID 1 on. So let's jump into RAID 1 and what that looks like.
RAID 1 is a pretty simple concept. It uses something called mirroring, where it duplicates a drive essentially. So any data that gets written to one disk will also be written to another disk, and we have a duplicate set of data for it.
I've got a couple of diagrams that can help illustrate this. This is one of them, where we see that A1, A2, A3 and A4 all represent blocks of data. Those same blocks of data get written to the second disc: A1, A2, A3, A4. So we could lose a whole disc, but we still have all of the data.
Many sources that explain how RAID configurations work will use more of a diagram like this, where it's showing you each one of these is a disk and it's showing you what blocks of data are being written to it. So we can see A1, A2, A3 is being written to both sets of discs.
So what does RAID 1 do for us? Since we have duplicate data, it's redundant. We have a certain amount of fault tolerance: we can lose some equipment and still be okay. But there are no speed improvements to this, and we end up using twice as many resources, twice as many discs, because we have an exact duplicate of that data.
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 →