M THE DAILY INSIGHT
// updates

How reliable is RAID 10?

By Isabella Floyd

How reliable is RAID 10?

RAID 10 is secure because mirroring duplicates all your data. It’s fast because the data is striped across multiple disks; chunks of data can be read and written to different disks simultaneously. To implement RAID 10, you need at least four physical hard drives. You also need a disk controller that supports RAID.

Is RAID 6 still relevant?

RAID 6 is generally safe and fast but never as safe or as fast as RAID 10. RAID 6 specifically suffers from write performance so is very poorly suited for workloads such as databases and heavily mixed loads like in large virtualization systems.

How reliable is RAID 6?

You have a 62% chance of data loss due to an uncorrectable read error on a 7 drive RAID with one failed disk, assuming a 10^14 read error rate and ~23 billion sectors in 12 TB. Feeling lucky? RAID 6 RAID 6 tackles this problem by creating enough parity data to handle 2 failures.

Why is RAID 10 better than RAID 6?

RAID 6 uses less storage A RAID 10 array can only store half of its total disk capacity in data, as the other half is used by the mirror. The difference comes as you add disks. A RAID 10 array dedicates half its capacity to protection no matter how many disks are used.

How much faster is RAID 10?

RAID Level 10 (Mirror over stripes) Read speed of the N-drive RAID10 array is N times faster than that of a single drive. Each drive can read its block of data independently, same as in RAID0 of N disks. Writes are two times slower than reads, because both copies have to be updated.

Why is RAID 10 better than 6?

RAID 10 is faster to rebuild The major weakness of RAID 6 is that it takes a long time to rebuild the array after a disk failure because of RAID 6’s slow write times. With even a moderate-sized array, rebuild times can stretch to 24 hours, depending on how many disks are in the array and the capacity of the disks.

Can you raid 10 with 6 drives?

RAID 10 requires a minimum of four drives, and usable capacity is 50% of available drives. It should be noted, however, that RAID 10 can use more than four drives in multiples of two. Each mirror in RAID 10 is called a “leg” of the array.