From owner-freebsd-current Wed Apr 26 20:52:24 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA12687 for current-outgoing; Wed, 26 Apr 1995 20:52:24 -0700 Received: from Adonis.Dorm10.NCTU.edu.tw (Adonis.Dorm10.NCTU.edu.tw [140.113.145.84]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id UAA12645 for ; Wed, 26 Apr 1995 20:52:01 -0700 Received: (from jdli@localhost) by Adonis.Dorm10.NCTU.edu.tw (8.6.11/8.6.9) id LAA15348 for freebsd-current@FreeBSD.ORG; Thu, 27 Apr 1995 11:52:26 +0800 From: 醉生夢死 無言以對 Message-Id: <199504270352.LAA15348@Adonis.Dorm10.NCTU.edu.tw> Subject: QUOTA on 0412-SNAP To: freebsd-current@FreeBSD.org Date: Thu, 27 Apr 1995 11:52:26 +0800 (CST) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 877 Sender: current-owner@FreeBSD.org Precedence: bulk hi : I think 0412-SNAP has bug in quota system about the "blocks" field.. when I type quota -v, it shows.. Disk quotas for user jdli (uid 10000): Filesystem blocks quota limit grace files quota limit grace /usr/local 19856 32 0 (null) 474 0 0 and when I edquota -u jdli as.. Quotas for user jdli: /usr/local: blocks in use: 19856, limits (soft = 10, hard = 20) inodes in use: 474, limits (soft = 10, hard = 20) quota -v shows.. Disk quotas for user jdli (uid 10000): Filesystem blocks quota limit grace files quota limit grace /usr/local 19856 42 10 (null) 474* 10 20 7days then I edquota -u jdli again...it shows.. Quotas for user jdli: /usr/local: blocks in use: 19856, limits (soft = 0, hard = 10) inodes in use: 474, limits (soft = 10, hard = 20)