Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2003 08:31:09 -0500 (CDT)
From:      mark tinguely <tinguely@web.cs.ndsu.nodak.edu>
To:        questions@freebsd.org, rghf@fsck.me.uk
Subject:   Re: quotas on vnode disks
Message-ID:  <200307081331.h68DV9pr077771@web.cs.ndsu.nodak.edu>
In-Reply-To: <20030707153823.X17141@jds14.jdshostimg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307081331.h68DV9pr077771>