Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!goanna.cs.rmit.edu.au!news.apana.org.au!cantor.edge.net.au!news.teragen.com.au!news.access.net.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!news.ececs.uc.edu!news.kei.com!news.mathworks.com!news.pbi.net!news6.agis.net!agis!newspeer1.agis.net!agis!excalibur.flash.net!news-in.iadfw.net!usenet From: Bill Harris <billh@airmail.net> Newsgroups: comp.unix.bsd.netbsd.misc Subject: Re: Configuring quota's on NetBSD 1.2 Date: Wed, 05 Mar 1997 14:47:49 -0600 Organization: Internet America Lines: 26 Message-ID: <331DDBF5.ABD322C@airmail.net> References: <33122446.41C67EA6@airmail.net> <slrn5hdk49.8un.jmarin@pyy.jmp.fi> NNTP-Posting-Host: biz6.iadfw.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.1.6-RELEASE i386) Xref: euryale.cc.adfa.oz.au comp.unix.bsd.netbsd.misc:5572 Jukka Marin wrote: > > In article <33122446.41C67EA6@airmail.net>, Bill Harris wrote: > >Can anyone give me a brief synopsis on configuring quota's on NetBSD > >1.2? > > > >I'd like to enable quota's on the /usr filesystem, I can't seem to > >come up with the right mount options in fstab so that it doesn't > >complain and say "/usr not found in /etc/fstab". > > Try > > /dev/sd0g /home ffs rw,userquota 1 5 > > or similar. After that, run quotacheck and quotaon manually (or reboot). > > Disk quotas have been working fine since NetBSD 0.9, at least.. > > -jm It never fails, I went back thru the faq and found the specific instructions. It's working fine now. Thanks for the reply. Bill