1. Execute following scripts on the server.
1 |
# /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.
1 2 3 4 5 |
# 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.
1 2 |
# 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.
Comment Policy:
Your words are your own, so be nice and helpful if you can. Please, only use your real name, not your business name or keywords. Using business name or keywords instead of your real name will lead to the comment being deleted. Anonymous commenting is not allowed either. Limit the amount of links submitted in your comment. We accept clean XHTML in comments, but don't overdo it please.