From owner-freebsd-questions@FreeBSD.ORG Sun Feb 29 18:01:11 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 7295016A4CE for ; Sun, 29 Feb 2004 18:01:11 -0800 (PST) Received: from tomoyo.MyBSD.org.my (duke.void.net.my [202.157.183.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FFF343D31 for ; Sun, 29 Feb 2004 18:01:10 -0800 (PST) (envelope-from www@tomoyo.MyBSD.org.my) Received: by tomoyo.MyBSD.org.my (Postfix, from userid 80) id 5C4806CC8D; Mon, 1 Mar 2004 10:06:02 +0800 (MYT) Received: from phpmailer ([202.157.183.139]) by 202.157.183.139 with HTTP (VOiD); Mon, 1 Mar 2004 10:06:02 +0800 Date: Mon, 1 Mar 2004 10:06:02 +0800 To: Robert Fitzpatrick , freebsd-questions@freebsd.org From: zam4ever Message-ID: X-Priority: 3 X-Mailer: VOiDMAIL [PHPMailer version 1.70] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="iso-8859-1" Subject: Re: Enabling quotas X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: zam4ever List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 02:01:11 -0000 --------- Original Message -------- From: Robert Fitzpatrick To: freebsd-questions@freebsd.org Subject: Enabling quotas Date: 01/03/04 07:57 > I am running 5.2.1, I found the docs on how to enable quotas and build a > custom kernel because it is not built into GENERIC, but I can't find out > what to change my custom kernel before building it. Can someone tell me > what to look for and change in my custom version of GENERIC to enable > quotas? > > -- > Robert 1. Recompile your kernel with the option: options QUOTA 2. Edit /etc/rc.conf file and add: enable_quotas="YES" This section will provide a step by step how to do it: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/quotas.html And here how to compile and build a custom kernel: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html regards, zam4ever