drillerboy

Member
Jul 26, 2006
5
0
151
When going into WHM, I can't see the disk space used by accounts when I go to Account Information and then List Accounts. All I can see is their quota and a 0 for disk space used. Is there a way to correct this? Any Suggestions?:eek:
 

anushkumar

Well-Known Member
May 14, 2005
57
1
158
cPanel Access Level
Root Administrator
Gotcha,

Do the following :

backup your /etc/fstab

First run "quotacheck -avugm", you should receive "quotacheck: Can't find filesystem to check or filesystem not mounted with quota option." If not you don't have the same problem.

Next step is to open fstab, type pico /etc/fstab.
The first line will probably look something like this:
"/dev/VolGroup00/LogVol00 / ext3 defaults 1 1"

change "defaults" to "usrquota"

Now save and run "mount -o remount /" then quotacheck -avugm

Doing this will fetch you "Old group file not found. Usage will not be substracted.
done quotacheck: Checked xxxx directories and xxxx files"

Don worry, run "quotaon /"

Now, the finishing touch run "/scripts/fixquotas"

Watch and get your issue fixed :D
 

drillerboy

Member
Jul 26, 2006
5
0
151
Worked Great, Thank You

Thank You, it worked great!!!!!
I had to stop the proccess, as server load got too high, but it worked.
I will finish it tonight when traffic is slow on the server.
Thanks for the help!:D :p :) :D