Subject: how to i enable quotas ?
To: None <netbsd-users@netbsd.org>
From: Felix Zaslavskiy <felix@students.poly.edu>
List: netbsd-users
Date: 05/02/2003 16:44:30
I tried to enable quotas on netbsd1.6.1 system
/etd/fstab

/dev/wd0a / ffs rw userquota,groupquota  1 1
/dev/wd0b none swap sw 0 0
/dev/wd0e /usr ffs rw userquota,groupquota  1 2

There is no documentation on how to enable quotas at all.
I executed quotaon command and it gave me no errors.
quota -u felix
bash-2.05b# quotbash-2.05b# quota -u felix
Disk quotas for user felix (uid 1001): none

then i try to modify the quotas and i give
#edquota -u felix

All is get is
Quota for felix:
~
~


Now i have no clue what to place in this file also the /quota.group and 
/quota.user file are never created.

felix