From owner-freebsd-current Sat Feb 15 17:35:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA03516 for current-outgoing; Sat, 15 Feb 1997 17:35: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 RAA03509; Sat, 15 Feb 1997 17:35:47 -0800 (PST) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.5/8.7.3) with SMTP id RAA00719; Sat, 15 Feb 1997 17:35:45 GMT Date: Sat, 15 Feb 1997 17:35:43 +0000 (GMT) From: Shawn Ramsey X-Sender: shawn@luke.cpl.net To: questions@freebsd.org cc: current@freebsd.org Subject: quota's? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I don't know if this should be cc'd to -current, but I am having a problem getting Quota's working on FreeBSD 2.2-970205-GAMMA. I did everything like I did on 2.1.5. I added check_quotas=YES to /etc/sysconfig, options QUOTA in my kernel config file and added the following to /etc/fstab : /dev/wd0a / ufs rw,userquota,groupquota 1 2 Is there anything else I need to do? 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. thanks.