Disk Quotas

Brian

Verified User
Joined
Feb 2, 2004
Messages
33
I'm having a problem with disk quotas being highly inaccurate. I hope someone can help me

i read this http://help.directadmin.com/item.php?id=42
---------------------------------------------------------------------------------
i tried... /usr/sbin/repquota quota_partition

and got.... repquota: quota_partition not found in fstab
---------------------------------------------------------------------------------
fstab shows...... /dev/ar0s1a / ufs rw,userquota,groupquota 1 1
---------------------------------------------------------------------------------
i tried...... /usr/sbin/quotaoff -a; /sbin/quotacheck -avug; /usr/sbin/quotaon -a;

and got...... quotaoff: /: Operation not supported
quotaoff: /: Operation not supported
*** Checking user and group quotas for /dev/ar0s1a (/)
unknown gid: 500
unknown uid: 500
*** Warning: Quotas are not compiled into this kernel
quotaon: using //quota.group on
quotaon: /: Operation not supported
quotaon: using //quota.user on
quotaon: /: Operation not supported
---------------------------------------------------------------------------------
directadmin.conf
quota_partition=/
 
You have not compiled quota support into your kernel yet ;)
It appers it has been activated, but will not work until you have added support for it. (i.e. Modify configuration appropriately and rebuilding)
 
Back
Top