1 · Choose a RAID level
Striped mirroring across an odd disk count. Survives ≥1; more if losses are not adjacent.
2 · Configure drives
3 · Drive class
12G SAS SSD — 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 1E is
RAID 1E (striped mirroring) spreads mirrored copies across all drives, so it works with an odd number of drives where RAID 10 needs an even count. Usable capacity is about half the raw (⌊n/2⌋ × drive size), and it guarantees surviving one drive failure.
Like RAID 10 it has a light ×2 write penalty and rebuilds from a surviving copy. It can survive more than one failure if the lost drives do not hold copies of the same data, but the guaranteed figure is one — which is what the calculator reports.
Five 4 TB drives in RAID 1E give 8 TB usable with mirror-style protection on an odd drive count — handy when a five-bay server wants RAID 10-like resilience without leaving a bay empty.
Advantages
- Works with odd drive counts (3, 5, 7…)
- Low ×2 write penalty
- Fast mirror-style rebuilds
- Good random read performance
Trade-offs
- ~50% capacity efficiency
- Only one failure guaranteed
- Less common — controller support varies
- Not as widely understood as RAID 10
Best for
- Three- or five-drive servers needing mirror-style protection
- Read-heavy workloads on odd drive counts
- Where RAID 10 is wanted but the bay count is odd
Consider another level when
- Even drive counts (use RAID 10)
- Capacity-led bulk storage
- Maximum resilience needs (use dual parity)
RAID 1E — common questions
How is RAID 1E capacity calculated?
Usable capacity is the number of drives divided by two, rounded down, times the drive size — about 50% efficiency. Five 4 TB drives give ⌊5/2⌋ × 4 = 8 TB usable.
RAID 1E vs RAID 10?
Both give ~50% efficiency, a ×2 write penalty and mirror-style rebuilds. RAID 10 needs an even number of drives (mirror pairs); RAID 1E spreads copies across any count, including odd numbers, which is its main reason to exist.
How many drives can RAID 1E lose?
One is guaranteed. It may survive more if the failed drives do not both hold copies of the same stripe, but you should plan around the guaranteed figure of one.