Skip to main content

cpanel account not showing correct inode under statistics

Comments

3 comments

  • cPRex Jurassic Moderator

    Hey there!  I ran your command on a test account and that showed me the exact same value as the cPanel >> File Usage option, so I can't say for sure why it would be off by so much on your machine.  Just to make it a bit prettier for reference, here is that command:

    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"

    Can you try the details here to see if they more closely match?

    https://support.cpanel.net/hc/en-us/articles/360058825913-File-Usage-showing-incorrect-details

    0
  • Arshford Wambui

    I have tried running the command, seems it shows total inodes 348578 on terminal but same not reflecting on cpanel file usage statistics, am getting 1,008,270, i had to increase the inode limit for this particular cpanel account as i run a webhosting server which i have defined packages and the inodes are one of the limits i use to define the packages i use cloudlinux7.9 and cpanel version 110.0.24, could this be a cpanel bug ?

    0
  • cPRex Jurassic Moderator

    I can't say for sure, but it would be best to submit a ticket so we can check both cPanel and CloudLinux to see what is happening on the system.

    0

Please sign in to leave a comment.