From owner-freebsd-questions Tue Oct 9 3:37:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by hub.freebsd.org (Postfix) with ESMTP id 55C2E37B407 for ; Tue, 9 Oct 2001 03:37:05 -0700 (PDT) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 790712EED9; Tue, 9 Oct 2001 13:37:02 +0300 (EEST) Received: from pm5149 (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.3/8.11.3) with SMTP id f99AZXb04375; Tue, 9 Oct 2001 13:35:37 +0300 (EEST) Message-ID: <008b01c150a5$149ddb00$6d36120a@comsys.ntukpi.kiev.ua> From: "Andrey Simonenko" To: "PetBuilder" Cc: References: <00a701c15012$5bf3eaf0$0100a8c0@home> Subject: Re: Correction: Recompile Kernel for Quota Support Date: Tue, 9 Oct 2001 13:30:44 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: PetBuilder Newsgroups: lucky.freebsd.questions Sent: Monday, October 08, 2001 8:04 PM Subject: Correction: Recompile Kernel for Quota Support > > This is my first attempt to recompile the kernel. Is there any helpful = > suggestions or tips I should be aware of when I do this? > I need to recompile it to activate Quota support.=20 > Also, Is Quota support something I can establish during the initial = > install? > Just copy /usr/src/sys/i386/conf/GENERIC file to MY and add "ptions QUOTA" to it, then: config MY cd ../../compile/MY make depend make make install reboot Look at /etc/default/rc.conf, there are enable_quotas and check_quotas options. Also you have to enable quotas on needed file system, "man fstab" for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message