From owner-freebsd-questions Mon Feb 23 15:43:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15326 for freebsd-questions-outgoing; Mon, 23 Feb 1998 15:43:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from rig1.rigroup.com (rig1.rigroup.com [204.233.70.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15241 for ; Mon, 23 Feb 1998 15:42:54 -0800 (PST) (envelope-from phineas@webfreaks.com) Received: from webfreak ([209.66.77.139]) by rig1.rigroup.com (Netscape Mail Server v2.01) with SMTP id AAA9189; Mon, 23 Feb 1998 17:43:46 -0500 X-Sender: phineas@mail.webfreaks.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Mon, 23 Feb 1998 15:43:53 +0000 To: Doug White From: "Mark Castillo - webFreaks.com" Subject: Re: Quotas Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: <34F062D5.2F952EA@bulloch.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-ID: <19980223234344.AAA9189@webfreak> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug, enable quotas in your kernel and recompile by adding "options QUOTA" in your kernel config. in /etc/fstab, add "userquota" or "groupquota" or "userquota,groupquota" to your mount options like so: /dev/wd0s1g /home ufs rw,userquota 2 2 I usually only use "userquota". Add the quota database file by running "touch /home/quota.user" or "touch /home/quota.group". Reboot your system after the new kernel and such. Also, enable quotas in your /etc/rc.conf. At 03:33 PM 2/23/98 -0800, you wrote: >On Sun, 22 Feb 1998, Melvin C. Etheridge wrote: > >> I would like to implement quotas on my system. > >The necessary setup should be in /etc/rc.conf. > >> Does any one have any examples of of how to set up fstab, etc... on >> this? >> > >For fstab, it's on the fstab(5) man page. > >Doug White | University of Oregon >Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant >http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > ---------------------------------------------------- Mark Castillo Systems Integration Engineer markc@relationships.com http://www.relationships.com ---------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message