Date: Thu, 4 Nov 2004 08:10:33 +1030 From: Tim Aslat <tim@spyderweb.com.au> To: freebsd-questions@freebsd.org Subject: Re: Filesystem quotas Message-ID: <20041104081033.6bdddc27@bofh.spyderweb.com.au> In-Reply-To: <1B36135783A3254A8C024188C0E3DFEC22E7A1@mx.muttart.org> References: <1B36135783A3254A8C024188C0E3DFEC22E7A1@mx.muttart.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In the immortal words of "Chris Burchell" <cburchell@muttart.org>... > In testing features on a FreeBSD mini installation I have modified the > /etc/fstab file so that the / partition is 'rq' instead of 'rw' - this > was done to enable quotas so I could try working with them. > (the man page said 'rq' was read/write/with quotas) Actually I think you will find that is internal codes, try using the userquota option as well as rw eg: /dev/ad0s1h /home ufs rw,userquota,groupquota 1 1 Cheers Tim -- Tim Aslat <tim@spyderweb.com.au> Spyderweb Consulting http://www.spyderweb.com.au Phone: +61 0401088479
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041104081033.6bdddc27>