I have VPS of following configuration.
RAM : 4GB
Swapped RAM : 4GB
Disk : 500GB
I'm unable to start any service it's showing No Space is available.
df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
rootfs 6545408 6544345 1063 100% /
udev 510093 297 509796 1% /dev
tmpfs 514106 225 513881 1% /run
/dev/disk/by-uuid/4bdbc1bc-2c9d-48d9-a6ab-654bc6ca727a 6545408 6544345 1063 100% /
tmpfs 514106 2 514104 1% /run/lock
tmpfs 514106 2 514104 1% /run/shm
/dev/xvda1 62248 20 62228 1% /boot
Is there anyway to increase inode value by means of swapping or anything? I've enough disk space but 100% inode value giving me this problem.
df -h /
say? if you're sure you have enough free space, take a look at tune2fs : link – schaiba Oct 14 '15 at 07:53