From owner-freebsd-questions Sat Sep 8 7:24:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web.cs.ndsu.nodak.edu (web.cs.ndsu.NoDak.edu [134.129.125.7]) by hub.freebsd.org (Postfix) with ESMTP id 4FF4A37B401 for ; Sat, 8 Sep 2001 07:24:47 -0700 (PDT) Received: (from tinguely@localhost) by web.cs.ndsu.nodak.edu (8.11.4/8.11.4) id f88EOkC81634; Sat, 8 Sep 2001 09:24:46 -0500 (CDT) (envelope-from tinguely) Date: Sat, 8 Sep 2001 09:24:46 -0500 (CDT) From: mark tinguely Message-Id: <200109081424.f88EOkC81634@web.cs.ndsu.nodak.edu> To: freebsd-questions@FreeBSD.ORG, slack@suntop-cn.com Subject: Re: strange filesystem problem Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin chan asks: df reports: > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/da0s1e 1016303 403883 531116 43% /var but du reports: > 9776 . an application may have a log or temporary file that has been unlinked from the filesystem but is still open in the application. the file wil not be listed by du or ls, but does not release it's contents until the file is closed. This is common when log files are rotated and deleted, but the "reload" instruction whas not sent to application. Terminating the application will clear up the missing space. --mark tinguely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message