I have a filesystem that has lots of small files. Currently about 80% of inodes are used (I checked with df -i
), however only 60% of disk space is used. How can I 'increase' the number of inodes? If it was just disk space, I know that I could just increase the size of the disk (this disk is on LVM). If I increase the size of the disk, will that make me have more inodes?
I'm willing to grow the filesystem this disk is on, if that'd help.