0M “disk used” in whm

Ran into this error again last night, scrambled for the notes but couldn’t find them… Pulled this from cpanel support (those guys ROCK!)

SSH into the server and run;
quotaoff -a
quotacheck -acfmv
/scripts/resetquotas

Main >> Account Information >> List Accounts should now have the “Disk Used” section reporting correctly again

also if
cat /etc/fstab
/dev/sda8 on /home type ext3 (rw)

is showing different than mount,
LABEL=/home /home ext3 defaults,usrquota 1 2
/home may need to be remounted using
mount -o remount,ro newdir

g33kadmin

I am a g33k, Linux blogger, developer, student and Tech Writer for Liquidweb.com/kb. My passion for all things tech drives my hunt for all the coolz. I often need a vacation after I get back from vacation....

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.