Subject: Setting Up Quota in NetBSD-1.1 i386
To: None <netbsd-help@NetBSD.ORG>
From: Len Burns <lburns@sasquatch.com>
List: netbsd-help
Date: 02/18/1996 04:04:20
Ok, clearly I am missing something here.  I am attempting to set up
file system quotas on NetBSD-1.1.  I have done the following:
uncommented options quota in kernel config file, rebuilt kernel,
installed it and rebooted.
This is for /usr so I set up my fstab file to look like:
/dev/sd0e /usr ufs rw,userquota 1 2
and then:
#touch /usr/quota.user
I then run quotacheck -a and see little or no disk activity and when I
run repquota -a I see nothing at all.  If I use edquota -u username I
see 
Quotas for user lburns:
And nothing else.  I have obviously never used this but I did follow
the instructions in the faq to the letter I think anyway.  What am I
doing wrong?  Thanks.

-Len