From owner-freebsd-questions Sun Mar 14 22: 4:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nebula.nift.net (unknown [207.212.29.153]) by hub.freebsd.org (Postfix) with ESMTP id 282A514FB0 for ; Sun, 14 Mar 1999 22:04:31 -0800 (PST) (envelope-from druid@eoe-magical.org) Received: from eoe-magical.org ([207.212.29.157]) by nebula.nift.net (8.8.5/8.8.5) with ESMTP id BAA00369 for ; Mon, 15 Mar 1999 01:33:11 -0600 (CST) Message-ID: <36EC428D.92E7B36F@eoe-magical.org> Date: Sun, 14 Mar 1999 23:13:17 +0000 From: druida X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: Re-send question on QUOTAS Content-Type: multipart/mixed; boundary="------------6266A89419D551B0D49829CE" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------6266A89419D551B0D49829CE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Included text file for better formatting. --------------6266A89419D551B0D49829CE Content-Type: text/plain; charset=us-ascii; name="text.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="text.txt" I am setting up quotas acording to the handbook references at http://www.freebsd.org/handbook/handbook141.html#272 I have completed these steps 1. This is done by adding the following line to your kernel configuration file: options QUOTA 2. If you are running FreeBSD 2.2.2 or later, the configuration file will be /etc/rc.conf instead and the variable name changed to check_quotas=YES 3. I rebooted and all went well, it runs quota and no kernel bugs. then I get confused with the changes I need to make to the fstab file. Included here is a copy of my current file along with the changes the document says to make, I do not see the relationship so I am not sure what to do. Can some one help.? my fstab file....... # Device Mountpoint FStype Options Dump Pass# /dev/wd0s1b none swap sw 0 0 /dev/wd0s1a / ufs rw 1 1 /dev/wd0s1f /usr ufs rw 2 2 /dev/wd0s1e /var ufs rw 2 2 /dev/wcd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 To enable per-user quotas on a file system, add the userquota option to the options field in the /etc/fstab entry for the file system you want to to enable quotas on. For example: /dev/sd1s2g /home ufs rw, userquota 1 2 so does this just get added to my next line in my fstab file.? quota.user and quota.group Do I create these manualy.? Thanks.. so does this just get added to my next line in my fstab file.? quota.user and quota.group Do I create these manualy.? Thanks.. --------------6266A89419D551B0D49829CE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message