From owner-freebsd-questions Thu Nov 21 20:54:01 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA21820 for questions-outgoing; Thu, 21 Nov 1996 20:54:01 -0800 (PST) Received: from luke.cpl.net (root@137-65.ironlight.com [207.177.137.65]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA21807 for ; Thu, 21 Nov 1996 20:53:51 -0800 (PST) Received: from localhost (shawn@localhost) by luke.cpl.net (8.7.5/8.7.3) with SMTP id UAA00174 for ; Thu, 21 Nov 1996 20:53:49 -0800 (PST) Date: Thu, 21 Nov 1996 20:53:49 -0800 (PST) From: Shawn Ramsey X-Sender: shawn@luke.cpl.net To: questions@freebsd.org Subject: Quota's?? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am trying to implement user Quota's and it doesnt seem to work. Like the handbook says, I put something like the following in /etc/fstab /dev/wd0a /home ufs rw,userquota 1 2 wd0a is my boot drive and only drive in the system. After doing this, it will not come completly up. Any ideas?