How to set quota values for the cpanel accounts?

kumkumsharma

Administrator
Staff member
You can follow below steps if you are getting any issue related to quota in cpanel:

Code:
* vim /etc/fstab
First you have to check whether the quota is enabled or not.

Code:
* mount -o remount /home
Then remount the /home partition with above command.

Now we have to create file ”aquota.user ” and for this wehaveto run quota check command.

Code:
* quotacheck -c /home
Code:
* quotaon /home ==> (Enable quota)
Code:
* edquota <username> ==> (edit the quota of a user)
Code:
* /scripts/fixquotas ==>
This will solves the quota issue of cPanel accounts.

Code:
* /var/cpanel/cpanel.config
Kindly check if quotacache is set to 0 then change it to 1.
 
Top