My server is currently down. Apparently he has no room. How do I solve this?
danilodorgam@ny3-vps:/etc$ df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 504600 4 504596 1% /dev
tmpfs 101788 336 101452 1% /run
/dev/disk/by-label/DOROOT 30830588 12305880 16935572 43% /
none 4 0 4 0% /sys/fs/cgroup
none 5120 0 5120 0% /run/lock
none 508924 0 508924 0% /run/shm
...
df -ih
Filesystem Inodes IUsed IFree IUse% Mounted on
udev 124K 402 123K 1% /dev
tmpfs 125K 312 124K 1% /run
/dev/disk/by-label/DOROOT 1.9M 1.9M 0 100% /
none 125K 2 125K 1% /sys/fs/cgroup
none 125K 1 125K 1% /run/lock
none 125K 1 125K 1% /run/shm
none 125K 2 125K 1% /run/user
df -ih
to your question – Charles Green Aug 22 '17 at 16:29sudo du -a -d 1 --inodes . | sort -nr | head -20
– Charles Green Aug 22 '17 at 19:10