From owner-freebsd-questions@FreeBSD.ORG Wed Mar 10 07:11:14 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F6F716A4CE for ; Wed, 10 Mar 2004 07:11:14 -0800 (PST) Received: from octopus.fizon.de (housing74.bytecamp.net [212.204.60.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3407643D1F for ; Wed, 10 Mar 2004 07:11:13 -0800 (PST) (envelope-from rb@octopus.fizon.de) Received: from octopus.fizon.de (localhost.fizon.de [127.0.0.1]) by octopus.fizon.de (8.12.10/8.12.10) with ESMTP id i2AFBBpV068597; Wed, 10 Mar 2004 16:11:11 +0100 (CET) (envelope-from rb@octopus.fizon.de) Received: (from rb@localhost) by octopus.fizon.de (8.12.10/8.12.8/Submit) id i2AFBBr6068596; Wed, 10 Mar 2004 16:11:11 +0100 (CET) Date: Wed, 10 Mar 2004 16:11:11 +0100 From: Robert Barten To: Robert Fitzpatrick Message-ID: <20040310151111.GA68183@octopus> References: <1078930850.3546.25.camel@columbus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1078930850.3546.25.camel@columbus> User-Agent: Mutt/1.5.5.1i cc: FreeBSD Subject: Re: Enabling quotas X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2004 15:11:14 -0000 On Wed, Mar 10, 2004 at 10:00:50AM -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? > > -- > Robert I couldn't describe that better than chapter 9.3 - where exactly do you struggle? Or is it 12.13 you need help with? You only have to add one single line to your kernel config: options QUOTA -- Robert Barten