Terabytes โ†’ Petabytes Scale

1,000 TB = 1 PB. Your team just crossed the petabyte threshold. That is not a vanity metric โ€” it changes your backup strategy, storage tiering, and cloud egress bill. Scale the numbers before your CFO asks why the S3 line item tripled.

Bidirectional Storage Scaler

TB to PB scale conversion in both directions. Fleet-aggregated storage math for the moment your NAS array becomes a datacenter line item.

Datacenter Storage Reference

Real-world storage configurations at each magnitude tier.

Configuration TB PB
Single NVMe SSD40.0039
1U NVMe Server (24ร— U.2)1840.18
2U JBOD (60ร— HDD)1,3201.29
Ceph Cluster (10-node)11,00010.74
Backblaze Vaultโ€”~50 PB
AWS S3 Standard (Single Region)โ€”Exabytes

Terabytes vs. Petabytes: The 1024ร— Factor

Storage vendors quote capacity in decimal terabytes (10ยนยฒ bytes), while operating systems report in binary tebibytes (2โดโฐ bytes). The 1,024 multiplier between TB and PB is the binary standard used by filesystems, volume managers, and RAID controllers โ€” 1 PB = 1,024 TB = 1,125,899,906,842,624 bytes.

When provisioning a 10 PB Ceph cluster, you need at least 10,240 TB of raw capacity before erasure-coding overhead. With 8+3 EC, the usable capacity drops to ~72% of raw โ€” meaning a 10 PB target actually requires ~14.2 PB raw, or ~14,540 TB of physical disk. This tool lets you run those back-of-the-envelope calculations in seconds.

What Actually Changes at Petabyte Scale

Crossing 1 PB is not a bigger version of 100 TB. Three things break at the same moment: the unit arithmetic the procurement spreadsheet uses, the redundancy ratio that decides how many raw drives get bought, and the backup window that used to fit inside a single night. Each one is a budget line, not an engineering curiosity.

The unit gap widens as you go up, and nobody re-checks it

A drive sold as 16 TB holds 16,000,000,000,000 bytes โ€” the decimal terabyte that every vendor price list uses. Filesystems, RAID controllers and Ceph count in binary tebibytes, so the same drive reports 14.55 TiB. The conversion factor is 0.9766 per magnitude step (1,000 ÷ 1,024), which means the discrepancy is not a fixed 6.9% โ€” it compounds:

Most capacity plans are built at gigabyte scale, where the error is small enough to absorb, and then applied unchanged to petabytes, where it is not. A fleet of 1,000 × 16 TB drives is 16 PB on the invoice and 14.21 PiB in the cluster. The 1.79 PB difference is 11% of everything you bought, and it stays invisible until someone compares the purchase order against ceph df.

The practical rule: write the unit into the number, every time. "16 PB" is ambiguous and will be read differently by the vendor, the storage engineer and the finance team โ€” "16 PB raw / 14.21 PiB reported" is not.

Redundancy ratio decides the raw drive count, not capacity

Usable capacity is set by the protection scheme, and the schemes differ by more than 2×. For 1 PB usable:

On 16 TB drives that is the difference between 188 drives and 86 drives for the same 1 PB of usable storage. At roughly $17/TB for enterprise nearline HDD, moving from replication to 8+3 removes about $28,000 of media โ€” before the JBOD shelves, the power draw, and the rack units that go with the 102 drives you no longer buy.

The bill for that saving arrives as rebuild time. Losing one 16 TB member of an 8+3 pool means reading 8 surviving fragments to reconstruct it; at a realistic 150 MB/s of aggregate rebuild bandwidth on a working HDD pool, that is roughly 30 hours of running one drive short. Replication rebuilds from a single peer and finishes in a fraction of that. If you cannot tolerate a 30-hour degraded window, the erasure coding saving is not available to you at this drive size โ€” which is a capacity-planning decision, not a storage-admin preference.

What a petabyte costs to back up and to move

A full copy of 1 PB is 8 × 1015 bits. At a dedicated 10 Gbps circuit running at line rate with zero overhead, that single copy takes 9.3 days. At 1 Gbps, 93 days. The nightly full backup therefore dies at this scale, and the only number that matters is the daily change rate.

A 2% daily change on 1 PB is 20 TB of modified blocks. That is 160,000 gigabits: 4.4 hours at 10 Gbps, and 44 hours at 1 Gbps โ€” a circuit that cannot keep up with its own data, falling 20 hours further behind every single day. This is the arithmetic that forces incremental-forever plus synthetic fulls, and it is why the first thing to check on a petabyte deployment is the product of change rate and link speed rather than the disk count.

Moving the data out has its own tiered price. S3 egress to the internet is $0.09/GB for the first 10 TB, $0.085 to 50 TB, $0.07 to 150 TB, and $0.05 beyond that. One petabyte therefore bills out at roughly $53,900 in a single month โ€” per copy, so a migration rehearsal doubles it. Archive tiers relocate the cost rather than remove it: Deep Archive retrieval runs $0.02/GB against a 180-day minimum storage commitment, so pulling 1 PB back costs about $20,000 before any egress charge is applied.