Linux - Help, I'm running out of inodes!
Posted
by Rory McCann
on Server Fault
See other posts from Server Fault
or by Rory McCann
Published on 2010-02-11T10:58:20Z
Indexed on
2010/04/30
8:58 UTC
Read the original article
Hit count: 449
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.
© Server Fault or respective owner