DA Error with system Quotas

venon

Verified User
Joined
Jul 16, 2006
Messages
52
I was trying to change a reseller to give more domain to use and I get this error .

Error with system Quotas
setquota: Mountpoint (or device) /home not found. setquota: Not all specified mountpoints are using quota.
 
Last edited:
First as root do this:

Code:
perl -pi -e 's/quota_partition=\/home/quota_partition=\//' /usr/local/directadmin/conf/directadmin.conf

/sbin/service directadmin restart

After that you need to edit the file /etc/fstab as root.

Read here for details how to enable the quotas.

http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-disk-quotas.html

Basically under the options section of /etc/fstab under your primary root directory / you need to put the options "userquota and grpquota" to enable quotas on that filesystem.

Maybe someone else can give exact commands to set it all up. I am not a primary linux user.

Thanks
 
Back
Top