Service status & availability Crypto-only billing · No-KYC signup

Operator guide · 4 min read

Usable storage after RAID

Raw disk capacity is only the starting point. Calculate redundancy in decimal TB, distinguish TB from TiB, then account for spares, filesystem overhead, snapshots and recovery headroom.

Use decimal terabytes consistently

Drive vendors and the Tungsto catalogue use decimal terabytes: one TB is 1,000,000,000,000 bytes. Operating systems may show binary tebibytes, which are smaller numbers for the same bytes. This calculator reports decimal TB and excludes filesystem overhead, metadata, hot spares and the NVMe boot pair.

RAID calculator

Estimate usable decimal TB.

Estimated usable160 TBBefore filesystem overhead

Reference capacities

ArrayRawRAID 5RAID 6RAID 10
12 × 16 TB192 TB176 TB160 TB96 TB
24 × 20 TB480 TB460 TB440 TB240 TB

RAID 1 uses one drive's capacity regardless of mirror count. RAID 5 needs at least three drives, RAID 6 at least four, and RAID 10 needs an even count of at least four. Invalid layouts should be rejected, not approximated.

Go deeper

Build a decision you can verify.

4 min guide

Normalize bytes, TB and TiB

Drive labels and the Tungsto catalogue use decimal units: one TB is 1,000,000,000,000 bytes. One TiB is 1,099,511,627,776 bytes. The same byte count therefore appears as a smaller number in TiB. Convert from source bytes rather than applying a rounded percentage repeatedly, and label every worksheet column with its unit.

For example, the 12 × 16 TB catalogue array contains 192 TB raw before redundancy, while 24 × 20 TB contains 480 TB raw. Those figures exclude the separate NVMe boot pair. They are inventory facts, not claims about filesystem-visible or writable capacity.

Normalize bytes, TB and TiB
StageCalculation inputOutput to retain
InventoryCount × smallest participating drive bytesRaw bytes and decimal TB
RedundancyMirror or parity topologyApproximate array or pool capacity
OperationsHot spares and replacement policyCapacity actually assigned to data vdevs or array
FilesystemMetadata, reservations and current propertiesReported writable capacity
ApplicationSnapshots, retention and safety headroomCapacity available for planned data

Model the real topology, not one aggregate row

Use the smallest participating device size when members differ unless the selected implementation documents otherwise; larger portions may remain unusable. Separate boot, cache, log, spare and data devices. For ZFS, identify every top-level vdev and its redundancy. Data is striped across top-level vdevs, so one non-redundant vdev can make an otherwise mirrored pool vulnerable to that single device.

The simple parity formula approximates a RAIDZ group as data devices times device size, but actual allocation depends on record size, sector geometry and parity behaviour. OpenZFS therefore describes its usable pool property as a heuristic, not an exact promise.

Apply a capacity waterfall

Start with raw bytes, subtract redundancy and any dedicated hot spares, then read the created filesystem or pool's own available property. From that result, reserve space required by policy, snapshots, copy-on-write behaviour, temporary replication or restore work and application growth. Do not assume compression or deduplication savings; both depend on data and configuration and can disappear from a conservative forecast.

Keep two outputs: theoretical capacity for comparing layouts and operational capacity for admitting data. The second should include an alert threshold and a stop-admission threshold chosen by the operator. A filesystem filling to its last reported byte can impair maintenance and recovery even if the arithmetic originally looked correct.

Validate the created pool before committing data

After creating the selected layout, record device membership, redundancy, health and the implementation's reported available capacity. On ZFS, distinguish pool-level estimates from dataset availability because quotas, reservations and parity can make them differ. The TrueNAS capacity calculator is useful for planning ZFS geometry, but its inputs still need to match the actual drives, ashift, record size, spares and reservation policy.

Create an acceptance record before production: raw bytes, layout diagram, calculated value, reported value, reserve, snapshot policy and backup destination. Investigate any unexplained gap rather than changing units until numbers appear to match.

Keep capacity and recovery separate

A larger usable figure does not prove a safer design. State tolerated device failures, monitoring, spare procedure, scrub or consistency-check policy and restore source beside the capacity result. RAID and ZFS redundancy remain inside one chassis; they do not protect against deletion, compromise or loss of the server.

The expected result is a reproducible capacity worksheet that another operator can recalculate from device bytes and topology. Use the calculator for a shortlist, then replace its estimate with observed properties from the deployed pool before offering application capacity.

Direct answers

Questions about this guide

Why does a 192 TB raw server show fewer TiB?

TB and TiB divide the same bytes by different unit sizes, and RAID plus filesystem layers reduce the result further. Preserve bytes as the source value and label every conversion.

Should expected compression be added to usable capacity?

Not as guaranteed capacity. Compression depends on the data and settings. Treat any measured reduction as a separate scenario while keeping an uncompressed admission plan.