PDA

View Full Version : DA Error with system Quotas


venon
08-11-2006, 10:43 PM
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.

existenz
08-12-2006, 06:55 PM
BSD or Linux?

venon
08-12-2006, 07:03 PM
fedora 3
thanks for reply

venon
08-16-2006, 03:01 PM
any ideas ?

winger
09-30-2006, 04:41 PM
Hi,

I get this error to in a CentOS 4.4 box.

Any update in how to fix that?

regards,
Winger.

chatwizrd
09-30-2006, 04:56 PM
As root on ssh type: mount

display results here

winger
09-30-2006, 05:01 PM
[root@da ~]# mount
vzfs on / type vzfs (rw)
proc on /proc type proc (rw,nodiratime)


tks :)

chatwizrd
10-01-2006, 09:56 AM
First as root do this:


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