%Used is the percentage of the filesystem disk-space used. %IUsed is the percentage of inodes used, inodes being the file-descriptors in the filesystem. Hope this helps.
Does this mean %Used is more crucial than the number being reported by %Iused when it comes to knowing whether a file system is about to get filled up?
In general I would say that it is, yes, unless the filesystem has been created with some ludicrously small number of inodes - unlikely in my opinion/experience
It is common enough for inodes to run out when an application creates many thousands or perhaps millions of small files. That's generally something to be avoided if at all possible because managing that filesystem (i.e. searching it, or running fscks) becomes a very slow process.
Unless you know that it will be creating lots of little files, like news archives or a document web archive, the default should be fine. Of course nothing looks sillier than to have oodles of disk space and no inodes to use them! To fix usually requires a ufsdump, newfs with the -i optional value and ufsrestore.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.