quotas on vnode disks

mark tinguely tinguely at web.cs.ndsu.nodak.edu
Tue Jul 8 06:31:11 PDT 2003


> Long story short. Is it possible to enable quota support on vnode disks as
> doing a mount -o usrquota,grpquota /dev/vn0 /mnt/point just isn't working
> for me

did you add:

in /etc/fstab:

/dev/vn0c	/mnt/point	ufs	rw,userquota,groupquota	0	0

just mount the regular way:

# mount /mnt/point

(assuming you already made the /mnt/point/quota.user and /mnt/point/quota.group)
let the quota consistancy program do it thing:

# quotacheck /mnt/point

turn on quotas:

# quotaon /mnt/point

If the configuration variable "enable_quotas" and "check_quotas",
are equal to "YES" this gets done at bootup.

--Mark Tinguely


More information about the freebsd-questions mailing list