Date: Thu, 15 May 2003 12:55:00 -0400 From: "Troy Settle" <troy@psknet.com> To: <questions@freebsd.org> Cc: stable@freebsd.org Subject: Disk Quotas Message-ID: <000701c31b02$b8d0c4c0$23fbab3f@psknet.com>
next in thread | raw e-mail | index | archive | help
Hey all,
I've got quotas enabled and turned on, it works fine for my first test
user:
$ quota -u user1
Disk quotas for user user1 (uid 2001): 
     Filesystem   usage   quota   limit   grace   files   quota   limit
grace
 /var/mailboxes    2772  450000  500000              30       0       0
Then, I used the edquota to generate quotas for the next 1000 users:
$ edquota -p user1 2002-3000
Then, after adding a new user, quotas appear to not be working:
$ quota -u user3
Disk quotas for user user3 (uid 2003): none
Yet, if I edquota the user, I see this:
Quotas for user user3:
/var/mailboxes: kbytes in use: 0, limits (soft = 450000, hard = 500000)
        inodes in use: 0, limits (soft = 0, hard = 0)
And, this user is definitely using some disk space:
$ du -sx ~user3
796     /var/mailboxes/user3
Now, user2 did the same thing until I ran quotacheck, then it worked
fine.  Any ideas?
Please respond directly, as I'm not subscribed to this list.
Thanks,
--
  Troy Settle
  Pulaski Networks
  http://www.psknet.com
  540.994.4254 - 866.477.5638
 
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000701c31b02$b8d0c4c0$23fbab3f>
