From owner-freebsd-questions Sun Aug 31 20:55:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA04309 for questions-outgoing; Sun, 31 Aug 1997 20:55:16 -0700 (PDT) Received: from gator.wgss.net (root@wgss.net [207.102.50.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA04301 for ; Sun, 31 Aug 1997 20:55:12 -0700 (PDT) Received: from hmm.wgss.net (riso@hmm.wgss.net [207.102.50.10]) by gator.wgss.net (8.8.7/8.8.5) with SMTP id UAA05171 for ; Sun, 31 Aug 1997 20:55:25 -0700 (PDT) Message-Id: <3.0.3.32.19970901205402.00688f80@wgss.net> X-Sender: riso@wgss.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Mon, 01 Sep 1997 20:54:02 -0700 To: questions@freebsd.org From: Richard Furda Subject: Quota's Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I am using FreeBSD 2.2-stable and I have a question regarding FreeBSD. I am running quota's and when running edquota user I get a size that does not match du /home2/user Here is an example.: du -k /home2/spamman 653 /home2/spamman/public_html/logs 169 /home2/spamman/public_html/stats 1 /home2/spamman/public_html/lists 8610 /home2/spamman/public_html 8619 /home2/spamman Quotas for user spamman: /usr: blocks in use: 2, limits (soft = 0, hard = 0) inodes in use: 2, limits (soft = 0, hard = 0) /home2: blocks in use: 7796, limits (soft = 0, hard = 10000) inodes in use: 198, limits (soft = 0, hard = 0) where 8619 doesn't match 7796. When running df -k /home2 and du /home it matches /dev/wd1c 515583 270555 203782 57% /home2 270555 /home2 Thanks, Rich rich@wgs.net