Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Mar 2004 18:30:59 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Robert Fitzpatrick <robert@webtent.com>
Cc:        FreeBSD <freebsd-questions@freebsd.org>
Subject:   Re: Enabling quotas
Message-ID:  <20040306183059.GB44872@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <1078590606.10396.6.camel@columbus>
References:  <1078590606.10396.6.camel@columbus>

next in thread | previous in thread | raw e-mail | index | archive | help

--hQiwHBbRI9kgIhsi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sat, Mar 06, 2004 at 11:30:07AM -0500, Robert Fitzpatrick wrote:
> I am running 5.2.1 and trying to enable quotas, I see that I need to
> build and install my own custom kernel to support this? I read the
> Chapter 9 in the Handbook, but don't quite understand one thing. I can't
> seem to locate what changes I need to make to the new kernel
> configuration  before building it in order to enable quotas. Can someone
> clarify this for me?

You need to add the line:

    options      QUOTA

to your kernel configuration.  If this is the first time you've ever
got your feet wet with kernel compilation, start off with something
very close to GENERIC.  In fact, copy GENERIC to YOURKERNCONF, edit
YOURKERNCONF to change the 'ident' line so it reads:

    ident YOURKERNCONF

and add the 'options QUOTA' line at the end of the big block of
options stuff that follows next in the file.

Then build yourself a kernel, install it and reboot, following the
instructions in the Hadbook for the exact way to do that.  With such a
minimal change, you're pretty much assured of success.  You can
develop a more highly customized kernel with minimal risk of failure
by making small incremental changes in this manner, at least until you
run out of patience with repeatedly recompiling the kernel.

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

--hQiwHBbRI9kgIhsi
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAShjjdtESqEQa7a0RAqKoAJ0dYd2waME6+LGO4WgX//1SYlsG6QCfUT9J
10y/czyLGJu4wB7iYhXbIgc=
=ilQM
-----END PGP SIGNATURE-----

--hQiwHBbRI9kgIhsi--



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