Date: Mon, 15 Mar 1999 11:28:43 -0500 From: Christopher Michaels <ChrisMic@clientlogic.com> To: 'druida' <druid@eoe-magical.org>, freebsd-questions <freebsd-questions@FreeBSD.ORG> Subject: RE: Setting up quotas Message-ID: <6C37EE640B78D2118D2F00A0C90FCB441A5F6E@site2s1>
next in thread | raw e-mail | index | archive | help
> -----Original Message----- > From: druida [SMTP:druid@eoe-magical.org] > Sent: Sunday, March 14, 1999 6:04 PM > To: freebsd-questions > Subject: Setting up quotas > > I am setting up quotas acording to the handbook references at > http://www.freebsd.org/handbook/handbook141.html#272 > <snip + some cleaning> If for example you want to enable userquotas on /var and groupquotas on /usr your fstab would appear as the following... # Device Mountpoint FStype Options Dump Pass# /dev/wd0s1b none swap sw 0 0 /dev/wd0s1a / ufs rw 1 1 /dev/wd0s1f /usr ufs rw,groupquota 2 2 /dev/wd0s1e /var ufs rw,userquota 2 2 /dev/wcd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 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?6C37EE640B78D2118D2F00A0C90FCB441A5F6E>