Quotas

existenz

Verified User
Joined
Jul 18, 2003
Messages
607
Location
/dev/null
Possibly my config is wrong but I am positive I have quotas compiled into this kernel. I checked the fstab and /etc/rc.conf to make sure it was enabled.

Here is the error I get while installing DA

Code:
Checking quotas...
quotaoff: /: Operation not supported
quotaoff: /: Operation not supported
quotaoff: 2 not found in fstab
*** Checking user and group quotas for /dev/ad0s1a (/)
unknown gid: 500
unknown uid: 500
unknown gid: 5000
unknown uid: 22692
*** Warning: Quotas are not compiled into this kernel
 
Not too sure.

Check that the partitions are remounted with quotas.

The fstab.sh script runs this after the /etc/fstab is setup:

/usr/sbin/mount -u /home
/usr/sbin/mount -u /
/usr/sbin/quotaoff -a
/sbin/quotacheck -avug
/usr/sbin/quotaon -a

So, play with those.. other than that, I really can't say.

John
 
Back
Top