Increase sizes assigned to inodes

carlosrayon

New member
Joined
May 19, 2020
Messages
3
I couldn't access the directmin. I discovered that it is because I have reached the maximum size assigned for the inodes.

I use the command df -ih:

inodes.png

Could I increase that size from 1.3M to more?

Sorry my english. Thanks.
 
inodes quantity depends on cluster size and partition size, so if you want more inodes on same disk space - you must decrease cluster size,
if you can't change cluster size - just increase disk space (extend partition).
in your case you must find out what uses so many inodes. (mail, session files, CMS cache files etc.)
 
it depends on your filesystem, resizing for LVM's or soft/hard raid or for regular partition can be done through different ways.
or you are talking about how to find out what uses so many inodes?
in such case check quota from directadmin, start from largest accounts.
 
Have you looked for files you could remove?
Maybe you have System backup running without moving them off the server?
Have you actually filed up the server?
Code:
df -h
 
Back
Top