Cpanel / WHM /FTP/E-mail are showing incorrect or zero disk usage
June 26th, 2010
0 Comments
1. Execute following scripts on the server.
# /scripts/initquotas; /scripts/resetquotas; /scripts/fixquotas
2. If the issue is still there then check whether “usrquota” option has enabled or not for home directory(/etc/fstab). Please enable it. Also check the rw option of the home directory where user’s home directory is there. I did following things.
# cat /etc/fstab | grep home LABEL=/home /home ext3 defaults 1 2 # mount -o remount,rw, usrquota /home # cat /etc/fstab | grep home LABEL=/home /home ext3 defaults,rw,usrquota 1 2
3. Make sure those options has also enabled in /etc/mtab.
# cat /etc/mtab | grep home|column -t /dev/sda8 /home ext3 rw,usrquota 0 0
Then I refreshed the WHM. It was displaying the correct disk usages.
Related posts:
- How to mount second hard drive in CentOS 5.x
- Installing ImageMagick in Cpanel
- How to create tar archive
- Changing mail server ip in cpanel
- Exim configuration and messages in mail queue – cPanel server
- Fixing 554 mail server permanently rejected message (#5.3.0) Errors
- Upgrading from FC6 to Fedora 7 with yum
- Easy way to optimize apache,php & MySQL
















No Comment to “Cpanel / WHM /FTP/E-mail are showing incorrect or zero disk usage”