Hacker News new | ask | show | jobs
by Dylan16807 505 days ago
Super small drives are a special case for sure. You don't want to go below a certain number of inodes even on a 5GB root, but you also don't want to scale that up 50x on a 250GB root.
1 comments

Why are super small drives a special case? It's still the same data to inode ratio.
There's a lot of small files that come with your typical OS install, going into the first handfuls of gigabytes.

When you add on another terabyte, the distribution is totally different. The files are much bigger.

Right, so it's entirely about usage rather than filesystem size.
Different sizes have different uses.