six 8 TB disks in RAID 5
- Number of disks
- 6
- Size of each disk
- 8 TB
- RAID level
- RAID 5, single parity
- Filesystem overhead
- 5%
- Rebuild speed
- 100 MB/s
Usable capacity38
5 usable disks x 8 TB less 5% overhead
Open this exampleUsable capacity, fault tolerance and rebuild time for the common RAID levels, in both the base-10 units the disks are sold in and the base-2 units the operating system reports. Rebuild time is the figure that decides whether single parity is still reasonable at modern disk sizes.
Also called: raid calculator, usable storage calculator.
38 TB usable from 6 x 8 TB in RAID 5, 48 TB raw. 8 TB goes to redundancy, and the array survives 1 disk failure. The operating system will report 34.6 TiB, not 38, because drives are sold in base-10 units and reported in base-2 ones. Rebuilding one disk takes about 22.2 hours at 100 MB/s, and longer on a busy array. A second failure inside that window loses a single-parity array, which is the argument for RAID 6 on disks this size. RAID is not a backup in any case: it protects against a disk failing, not against deletion or corruption.
| Level | Usable TB | Failures tolerated |
|---|---|---|
| RAID 0 | 45.6 | 0 |
| RAID 1 | 7.6 | 5 |
| RAID 5 | 38 | 1 |
| RAID 6 | 30.4 | 2 |
| RAID 10 | 22.8 | 1 |
Each level trades capacity for redundancy in a fixed way: RAID 5 gives up one disk, RAID 6 two, RAID 1 and 10 half. The interesting number is not the capacity but the rebuild. A large array reading every remaining disk end to end to reconstruct a failed one runs for many hours, and during that window a second failure destroys a single-parity array. That window is why RAID 6 became the default on large disks and why RAID 5 on eight terabyte drives is a decision that needs justifying. RAID is not a backup either way: it protects against a disk failing, not against deletion, corruption or ransomware.
usable capacity is the disks less those consumed by parity or mirroring, which is a property of the level and not of the disksEach of these is asserted on every build. If a change to the engine ever moved one of these answers, the build would fail before the page could print it.
Usable capacity38
5 usable disks x 8 TB less 5% overhead
Open this exampleUsable capacity30.4
boundary: one more disk of parity buys the second failure
Open this exampleFormula version 1.0.0 · definition 1.0.0 · United States · Report a problem with this calculator