Quotas not working?

Nautic

Verified User
Joined
Jun 17, 2008
Messages
46
Hi, I have an issue with Quotas:

Error with system Quotas
sh: /usr/sbin/setquota: No such file or directory

I took a look at the guide ( http://help.directadmin.com/item.php?id=42 ) however it seems to have setup the fstab fine if you look at the screenshot below.

fstab.png

Any help appreciated.

Regards,

.Joel
 
Your probably dont have quota program installed.

yum -y install quota
aptitude -y install quota
 
And don't forget that quota support must be supported in your kernel.

Jeff
 
Back
Top