Weird problem with quotas

For some reason quotas on my dedicated server do not seem to be refreshing. quota -u ajcrazy returns that he is using 380 megs of disk space, CPanel says hes using 380 megs of diskspace, but du -hs ajcrazy returns he is using 160 megs, as does the disk usage icon on CPanel.

Also for some reason when I run the fixquotas script it says that quota support isn't enabled, yet i know darn well it is:

server2# ./fixquotas
!! No Filesystems are mounted with quota support !!

Under freebsd you must edit /etc/fstab and turn on quotas.
Note: make sure your kernel supports quotas before doing this.
After you have remounted your file systems with quota support,
re-run this script.

fstab file:

# Device Mountpoint FStype Options Dump Pass#
/dev/ad0s1b none swap sw 0 0
/dev/ad0s1a / ufs rw 1 1
/dev/ad0s1h /home ufs rw,userquota,groupquota 2 2
/dev/ad0s1e /tmp ufs rw 2 2
/dev/ad0s1g /usr ufs rw 2 2
/dev/ad0s1f /var ufs rw 2 2
/dev/acd0c /cdrom cd9660 ro,noauto 0 0
proc /proc procfs rw 0 0


so... i dunno what the heck its talkin about quota support isnt enabled.

Any ideas guys???

Thanks!

 

 

 

 

Top