IPTOOL TR My IP

Tools

Linux inode calculator

Inode capacity for ext4, XFS, ZFS and other filesystems.

Daily queries 0 / 40

40 queries left

Sign up → 200/day · Pro → 5000/day Sign up / see Pro

Queries leave from this Linux server, not your ISP DNS. Free. Cached answers can differ for a short time.

Inode estimate

mkfs options change reality — treat this as planning and watch with df -i.

FS Rough ratio Note
ext4 ~16 KB per inode default May run out with tiny files
XFS Dynamic inodes Flexible on large disks
ZFS Different model Dataset quotas separate
Symptom df -i at 100% Cannot write though bytes free

What the inode calculator is for

An inode is metadata for each file and directory. Millions of small files can exhaust inodes before the disk is full. This tool estimates capacity from size and filesystem.

Real values depend on mkfs. Monitor with df -i. At 100%, delete files, move to a larger FS, or reformat with a denser ratio.

Examples

Blog
few inodes OKFew files, large media.
Mail / cache
many tiny filesPlan a high inode count up front.

Frequently asked questions

How do I watch inodes?

df -i. At 100%, delete files, move to a larger FS, or reformat with a different ratio.

Are XFS inodes dynamic?

XFS allocates inodes as needed; it is not ext4’s “all up front” model. The estimate is still rough.

What is bytes-per-inode?

ext4 mkfs -i. Lower for many small files (more inodes), higher for large files.

Why does Docker eat inodes?

Layers and overlay create many files. Watch df -i on the container host.

Is the result guaranteed?

No. mkfs options, snapshots and copies change reality.