Hello,
I Sell Rapidleech Host.
They Can Upload MoreThan Quota ,
ExamBuy 1GB But He Can Upload 5gb or more...!
Cpanel Cant count Quota.
Please Help Me For Currrect This Problem!
Thanks,
Jack Smith
![]()
Hello,
I Sell Rapidleech Host.
They Can Upload MoreThan Quota ,
ExamBuy 1GB But He Can Upload 5gb or more...!
Cpanel Cant count Quota.
Please Help Me For Currrect This Problem!
Thanks,
Jack Smith
![]()
Hi Jack Smith,
Please run the following two scripts
/scripts/quotacheck
/scripts/fixquotas
All accounts will have unlimited diskspace if you have not enabled cPanel quota.
Below are the exact steps to enable quota in your cPanel server:
# You first have to edit /etc/fstab
nano /etc/fstab
# Locate the line that looks something like
LABEL=/1 / ext3 defaults 1 1
# Add after “defaults” the word “usrquota”. It should look something like
LABEL=/1 / ext3 defaults,usrquota 1 1
# Save and exit
# Remount the / partition
mount -o remount /
# Now run the cpanel script to fixquotas
/scripts/fixquotas
Thanks!
Please make sure you have "LABEL=/home" in fstab usrquots before editing the fstab. Please backup a copy of the file if you are editing.