1 · Choose a RAID level
Block striping with a dedicated parity disk.
2 · Configure drives
3 · Drive class
3.5" nearline SAS/SATA capacity HDD — indicative figures.
Advanced — read/write mix, URE rate
Calculated for planning. We don't publish prices — a 24-year UK reseller, Servnet confirms the exact drives, array and pricing on quote. IOPS, throughput & rebuild are indicative estimates.
What RAID 4 is
RAID 4 stripes data across drives and stores all parity on one dedicated disk. Usable capacity is (n−1) × drive size — identical to RAID 5 — and it survives a single drive failure. The difference from RAID 5 is that parity lives on a single drive rather than being distributed.
That dedicated parity disk becomes a write bottleneck (every write updates it), which is why general-purpose arrays use RAID 5 instead. RAID 4 persists mainly in specific appliances (notably some NetApp configurations) where the architecture mitigates the bottleneck.
Five 8 TB drives in RAID 4 give 32 TB usable (80%), one drive of which is dedicated parity. Capacity matches RAID 5, but the single parity disk caps write performance — which is why RAID 5 replaced it for general use.
Advantages
- Same capacity efficiency as RAID 5 — (n−1)/n
- Survives one drive failure
- Simple, predictable layout
- Good sequential read performance
Trade-offs
- Dedicated parity disk is a write bottleneck
- ×4 write penalty
- No redundancy during rebuild (single parity)
- Largely superseded by RAID 5
Best for
- Appliances designed around dedicated parity
- Sequential, read-heavy workloads
- Educational / legacy contexts
Consider another level when
- General-purpose arrays (use RAID 5/6)
- Write-heavy workloads
- Large drives where rebuild risk matters
RAID 4 — common questions
How is RAID 4 capacity calculated?
Usable capacity is (number of drives − 1) × drive size — the same as RAID 5 — because one drive holds parity. Five 8 TB drives give 32 TB usable.
RAID 4 vs RAID 5?
Same capacity and fault tolerance, but RAID 4 keeps all parity on one dedicated disk (a write bottleneck) while RAID 5 distributes parity across all drives. RAID 5 is preferred for general use; RAID 4 survives mainly in specific appliances.
Is RAID 4 still used?
Rarely in general-purpose controllers, but it underpins some storage appliances whose architecture removes the dedicated-parity bottleneck. For DIY arrays, choose RAID 5 or RAID 6.