calc.engineer / Homelab & Networking / ZFS Capacity
ZFS Capacity v1.0.0
Calculate usable ZFS pool capacity for any RAID level including stripe, mirror, raidz1, raidz2, and raidz3. Computes raw capacity, parity overhead, data disk count, usable terabytes after ZFS metadata overhead (checksums, block pointers, uberblocks), and storage efficiency percentage. Essential for planning NAS builds, TrueNAS/ZFS server storage, and estimating how much usable space a given disk configuration will provide. Supports variable disk sizes and configurable metadata overhead.
Fill in the inputs and Compute to see the structured result.
From an agent (MCP) or the API
curl -X POST https://calc.engineer/api/zfs_capacity \
-H "Content-Type: application/json" \
-d '{"disk_count": …, "disk_size_tb": …, "raid_type": …}'MCP: connect to https://calc.engineer/mcp and call zfs_capacity.
calc.engineer — free, MCP-native engineering tools.