Date: Mon, 23 Feb 1998 15:43:53 +0000 From: "Mark Castillo - webFreaks.com" <phineas@webfreaks.com> To: Doug White <dwhite@resnet.uoregon.edu> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Quotas Message-ID: <19980223234344.AAA9189@webfreak> In-Reply-To: <Pine.BSF.3.96.980223153246.24778N-100000@gdi.uoregon.edu> References: <34F062D5.2F952EA@bulloch.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980223234344.AAA9189>
