RAID 1 with 19 disks — 1 usable
19 disks in RAID 1 give you 1 disks’ worth, with 18 spent on parity or mirroring. That is 5.3% efficiency, and it always survives 18 failures.
- Disks
- 19
- Usable disks
- 1
- Spent on parity or mirror
- 18
- Capacity efficiency
- 5.3%
- Failures always survived
- 18
- Best case
- 18
- Groups
- 1
- Disks per group
- 19
RAID 1
Every disk holds the same data. It survives down to a single disk, but only one disk’s worth is usable.
TB on the label, TiB on the screen
- 1 TB × 191 TB · 0.91 TiB
- 2 TB × 192 TB · 1.82 TiB
- 4 TB × 194 TB · 3.64 TiB
- 6 TB × 196 TB · 5.46 TiB
- 8 TB × 198 TB · 7.28 TiB
- 10 TB × 1910 TB · 9.09 TiB
- 12 TB × 1912 TB · 10.91 TiB
- 14 TB × 1914 TB · 12.73 TiB
- 16 TB × 1916 TB · 14.55 TiB
- 18 TB × 1918 TB · 16.37 TiB
- 20 TB × 1920 TB · 18.19 TiB
- 22 TB × 1922 TB · 20.01 TiB
- 24 TB × 1924 TB · 21.83 TiB
One TB on the box is 10¹² bytes, while the operating system counts in units of 2⁴⁰ bytes. The names look alike but the units differ, so the same disk reads about 9% smaller. Nothing went missing — the ruler changed.
Same disk count, other levels
Same level, other disk counts
The rebuild is the dangerous part
When a single-parity array loses a disk, you put a new one in and every remaining disk is read end to end to rebuild it. That is precisely when the survivors work hardest and longest. The bigger and more numerous the disks, the longer the rebuild — days, sometimes — and a second failure during it ends the array. This is why RAID 6 or 10 is preferred over RAID 5 on large arrays.
How to read it
- Usable = total − parity × groups. Every level is that one line.
- RAID 5 spends one parity disk in a single group, so n−1; RAID 6 spends two, so n−2.
- RAID 50 and 60 run several such groups striped together, so the parity is multiplied by the group count.
- RAID 1 holds one copy on every disk, so one disk’s worth; RAID 10 mirrors in pairs, so half.
- Groups must be equal in size, so the group count can only be a divisor of the disk count.
- TB on the box and TiB on the screen are different units — about 9% apart.
RAID is not a backup
RAID protects against exactly one thing: a disk dying. A file deleted by mistake, a file overwritten, ransomware, a failed controller, fire or theft all propagate to every disk at once — a mirror deletes just as faithfully as it writes. A backup is a separate copy on separate hardware, and RAID is not doing that job.
Common questions
Q. How much do 19 disks give in RAID 1?
1 disks’ worth. 18 go to parity or mirroring, for 5.3% efficiency.
Q. How many failures does it survive?
18 always, and up to 18 if they land in the right places.
Q. How many TB with 4 TB disks?
4 TB, which the operating system shows as 3.64 TiB — different units, same bytes.
Q. What is this level?
Every disk holds the same data. It survives down to a single disk, but only one disk’s worth is usable.