Incorrect inode usage?
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
-
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! 0 -
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 0 -
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 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!0 -
Thank you for your reply Problem solved 0 -
Hello @wafaa Would you mind sharing with us how the issue was resolved in hopes it might help someone else in the future? Thanks! 0
Please sign in to leave a comment.
Comments
5 comments