Can't find disk space in /home directory on the cPanel server.

Before transferring a website from one server to another, I checked disk space of website using df -h command and it says website is 84GB in size. Furthermore, du -sh /home/username/ showing 76GB but du -sh /home/username/* is showing only 5GB, where are the remaining 71GB website contents?

Solution :-

There are two possible solutions for this, let's discuss them :-

1) There must be hidden files/folders under your /home/username/ directory which you can check by below command - du -sch .[!.]* * |sort -h

2) There might be the case that files/folder present outside home directory at other locations of the server with username ownership, you can check those files/folders under backup directory or another partition like /home2.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Authentication Failed - Email password is not working in desktop application

I tried accessing the email account from one of the email client on my desktop. It was generating...

Failed to open dir: Permission denied in /usr/local/lib/php/autoindex/default.php

While accessing the site I was getting error as -'Failed to open dir: Permission denied in...

How to backup single MySQL table?

Backup single MySQL table using shell command and phpMyAdmin 1. Creating dump file -...

How to manually resend notification to user whose disk quota has exceeded on cPanel server?

There are always instances on the cPanel server where some clients want to temporarily increase...

SMTP Error (550): Failed to add recipient

While sending email from webmail, I was getting the below error : SMTP Error (550): Failed to...

Powered by WHMCompleteSolution