From owner-freebsd-current Sat Feb 15 19:10:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA08442 for current-outgoing; Sat, 15 Feb 1997 19:10:59 -0800 (PST) Received: from luke.cpl.net ([206.85.245.131]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA08436; Sat, 15 Feb 1997 19:10:56 -0800 (PST) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.5/8.7.3) with SMTP id TAA00353; Sat, 15 Feb 1997 19:10:35 GMT Date: Sat, 15 Feb 1997 19:10:35 +0000 (GMT) From: Shawn Ramsey X-Sender: shawn@luke.cpl.net To: David Nugent cc: questions@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: quota's? In-Reply-To: <19970216125544.54002@usn.blaze.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Feb 02, 1997 at 05:35:43PM, Shawn Ramsey wrote: > > One thing I noticed, when I compiled a kernel under 2.1.5, one of the > > flags I saw was -DQUOTA. This isnt happening in 2.2-GAMMA. > > You have to compile your kernel with "options QUOTA" enabled. > I did this. I even took it out to make sure it was compiling properly. When I took it out, told me the kernel didnt have quota support. When I "edquota -u test" it shows the quota's, but if I type "quota -u test" it says the user has no quota. :(