From owner-freebsd-questions Sun Feb 16 16:59:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA10337 for questions-outgoing; Sun, 16 Feb 1997 16:59:50 -0800 (PST) Received: from luke.cpl.net ([206.85.245.131]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA10331 for ; Sun, 16 Feb 1997 16:59:48 -0800 (PST) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.5/8.7.3) with SMTP id QAA00365 for ; Sun, 16 Feb 1997 16:59:46 GMT Date: Sun, 16 Feb 1997 16:59:46 +0000 (GMT) From: Shawn Ramsey X-Sender: shawn@luke.cpl.net To: questions@freebsd.org Subject: Re: quota's? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@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. :( > > > > > > > > Did you try "quotaon -u /filesystem"? Just checking > It appears as if quotas are actually working. It just SAYS they arnt.. If I type 'quota' from the command line, it outputs this: Disk quotas for user shawn (uid 1003): none But if I assign myself a quota then try to exceed it, I can't. Oh well, at least it is is working...