Quota problem

Sazpaimon

Verified User
Joined
Mar 20, 2007
Messages
17
My quota isn't working on /home and I can't figure out why. Here's what I've tried:

Code:
# cat /etc/fstab
LABEL=/         /       ext3    defaults,usrquota,grpquota      0       1
/dev/hda2       none    swap    sw
LABEL=usr       /usr    xfs     defaults        0       2
LABEL=var       /var    xfs     defaults        0       2
LABEL=home      /home   xfs     defaults,usrquota,grpquota      0       2
proc            /proc   proc    defaults        0       0
none            /tmp    tmpfs   defaults        0       0

Code:
# mount
/dev/hda1 on / type ext3 (rw,usrquota,grpquota)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,size=20M)
/dev/hda5 on /usr type xfs (rw)
/dev/hda6 on /var type xfs (rw)
none on /tmp type tmpfs (rw)
/dev/hda7 on /home type xfs (rw,usrquota,grpquota)

Code:
# /sbin/quotaoff -a
# /sbin/quotacheck -cavugm
quotacheck: Scanning /dev/hda1 [/] done
quotacheck: Checked 187 directories and 5436 files
# /sbin/quotaon -a

And /home is still not being.. err... quota-ified. Am I missing something? Does xfs not support quota?
 
Last edited:
When you google [xfs support quota] and click on Feeling Lucky you get this.

Then search the resulting page for Do quotas work on XFS?

Jeff
 
That's OS dependent, but all OS distributions have a program you can run from the command line that will list all the modules compiled into the kernel. Google for the answer for your distribution.

Jeff
 
ALright, well, I checked, and I DO have xfs quota support enabled, I also updated my xfsprogs to get xfs_quota, now I don't know how I get directadmin to jive with it at all.
 
I'm still having trouble with this. Apparently there isn't any way to have the quota program work with xfs_quota, so is there a way i can get directadmin to work with xfs_quota instead?
 
Back
Top