you have to delete old files to get your i-nodes back ,
try then to increase the filesystem thats if you have any free disk space , otherwise you'll have to recreate the filesystems with smaller nbpi ( number of bytes per i-node)
default is 4096
I think this parameter cannot be change. It's only at the creation of the FS.
You can determine the maximum file (inode) possible in your FS. To determine the maximum number of inode possible:
Bytes / nbpi = Number of inodes possible (Maximum)
If the nbpi increase, the number of inodes possible is decreasing. (lsfs -q)
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.