Understanding RAID level-5 Enhanced

RAID level-5 Enhanced (also called RAID 5E) requires a minimum of four hard disk drives. RAID level-5 Enhanced is also firmware-specific. You can think of RAID level-5 Enhanced as "RAID level-5 with a built-in spare drive."

Reading from and writing to four disk drives is more efficient than three disk drives and therefore improves performance. Additionally, the spare drive is actually part of the RAID level-5 Enhanced array (see the following example). With such a configuration, you cannot share the spare drive with other arrays. If you want a spare drive for any other array, you must have another spare drive for those arrays.

Like RAID level-5, this RAID level stripes data and parity across all drives in the array. When an array is assigned RAID level-5 Enhanced, the capacity of the logical drive is reduced by the capacity of two physical drives in the array (that is, one for parity and one for the spare).

RAID level-5 Enhanced is a very desirable choice, because it offers both data protection and increased throughput in addition to the built-in spare drive.

Note: For RAID level-5 Enhanced, you can have only one logical drive in an array. When using RAID level-5 Enhanced, you can have a maximum of seven logical drives on the controller.

RAID level-5 Enhanced requires a minimum of four drives and, depending upon the level of firmware and the stripe-unit size, supports a maximum of eight or 16 drives.

RAID level-5 Enhanced example

You have four physical drives.
Create an array with all four physical drives.

Then, create a logical drive (labeled as 1) within the array.

Notice that the distributed spare drive is the free space (labeled as 2) below the logical drive.

The data is striped across the drives, creating blocks in the logical drive.

The storage of the data parity (denoted by the) is striped, and it shifts from drive to drive as it does in RAID level-5.

Notice that the spare drive is not striped.


If a hard disk drive fails in the array, the data from the failed drive is compressed into the distributed spare drive. The logical drive remains RAID level-5 Enhanced.

When you replace the failed drive, the data for the logical drive decompresses and returns to the original striping scheme.

Note: Express configuration does not default to RAID level-5 Enhanced. If you have four disk drives, Express configuration defaults to RAID level-5.

See also

Selecting a RAID level
RAID level-0
RAID level-1
RAID level-1 Enhanced
RAID level-5