RAID 6
What RAID 6 means
RAID 6 is a data-storage layout that distributes data and two sets of parity information across multiple drives. The dual parity allows an array to remain operational after the failure of up to two drives, subject to the limits of the specific NAS implementation.
Compared with single-parity RAID 5, RAID 6 uses more capacity for protection. Its usable capacity is generally comparable to the total capacity of the drives minus the capacity of two drives, although formatting, filesystem, and implementation overhead can change the result.
Why it matters on a NAS
For a NAS holding important files, RAID 6 can provide more drive-failure tolerance than a single-parity layout. That can matter when the NAS contains many drives, stores data that must stay available, or may take a long time to rebuild after a failure.
RAID 6 is not a backup. It does not protect against accidental deletion, malware, theft, fire, or damage to the NAS itself. A separate backup remains necessary for data that cannot be replaced.
When RAID 6 may not matter
RAID 6 may be unnecessary for a small, low-impact storage pool where capacity efficiency or a simpler layout is more important. It also may not be available on every NAS model or with every drive count.
The RAID 6 label alone does not indicate array speed, rebuild time, data-integrity features, or the quality of the NAS hardware and software. It is a capability and layout description, not a performance or reliability rating for the product as a whole.
What to check on a product page
When a NAS product lists RAID 6, check the surrounding specifications for:
- The minimum number of drive bays or drives required
- Whether RAID 6 is supported by the NAS software, hardware controller, or both
- Supported drive types, capacities, and mixing rules
- How usable capacity is calculated
- Whether expansion, replacement, migration, hot spares, or rebuild controls are supported
- Which filesystems and data-protection features are available
- Any stated limits on volume size or drive size
A listing that says only “RAID 6 supported” does not establish these details. If they are not provided, the exact compatibility, capacity, rebuild behavior, and performance remain unknown.
Nearby concepts include RAID 5, RAID 10, JBOD, hot spare, and backup.