Y
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
starspangled
505 days ago
Why are super small drives a special case? It's still the same data to inode ratio.
link
Dylan16807
505 days ago
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.
link
starspangled
504 days ago
Right, so it's entirely about usage rather than filesystem size.
link
Dylan16807
504 days ago
Different sizes have different uses.
link