Poblem In Cpanel with VPS, Disk Quota Doesnt working

If you are using CPanel with VPS and getting Quota errors.
OK here is the solution for VPS.
Please try following:

1- First change the /etc/fstab file similar to as follows:

1# This file is edited by fstab-sync - see 'man fstab-sync' for details
2LABEL=/ / ext3,usrquota defaults 1
3LABEL=/boot /boot ext3 defaults 1 2
4none /dev/pts devpts gid=5,mode=620 0 0
5none /dev/shm tmps defaults 0 0
6none /proc proc defaults 0 0
7none /sys sysfs defaults 0 0
8LABEL=SWAP-sda2 swap swap defaults 0 0

2- change in the

1/etc/sysconfig/vz-scripts/xxx.conf
1setup it to QUOTAUGIDLIMIT="3000"
2reboot

3- this command as well as in sequence :

1quotaoff -av
2quotaon -av
3/scripts/fixquotas

it should solve the issue