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.