wafaa

Well-Known Member
May 14, 2013
83
1
8
cPanel Access Level
Reseller Owner
Hello,

cPanel is showing wrong inods usage
i already used this command with no result :
/scripts/generate_maildirsize --confirm USER


Plz help me

any help plz
 
Last edited by a moderator:

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,301
363
Houston
Hello @wafaa

Is the issue incorrect inode or disk usage? Can you provide more information on where specifically they're different (screenshots would be helpful)

Thanks!
 

wafaa

Well-Known Member
May 14, 2013
83
1
8
cPanel Access Level
Reseller Owner
Hello,

the problem is related to the inode
in the cPanel i found 65000 inods but with ssh i found just 15062

Plz help me
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,301
363
Houston
Hello @wafaa

As I mentioned previously the more information the better.

Can you show me the output of the following when in the /home/ dir
Code:
echo "Inode usage for: $(pwd)" ; for d in `find -maxdepth 1 -type d |cut -d\/ -f2 |grep -xv . |sort`; do c=$(find $d |wc -l) ; printf "$c\t\t- $d\n" ; done ; printf "Total: \t\t$(find $(pwd) | wc -l)\n"
As well as a screenshot of the UI where you're seeing inode usage being reported.

Thanks!