From owner-freebsd-hackers Wed Jun 6 10:53: 6 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from vnode.vmunix.com (vnode.vmunix.com [209.112.4.20]) by hub.freebsd.org (Postfix) with ESMTP id 244EA37B403 for ; Wed, 6 Jun 2001 10:53:03 -0700 (PDT) (envelope-from chrisc@vmunix.com) Received: by vnode.vmunix.com (Postfix, from userid 1005) id D52F011; Wed, 6 Jun 2001 13:53:01 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by vnode.vmunix.com (Postfix) with ESMTP id B75BA49A13 for ; Wed, 6 Jun 2001 13:53:01 -0400 (EDT) Date: Wed, 6 Jun 2001 13:53:01 -0400 (EDT) From: Chris Coleman To: hackers@freebsd.org Subject: Softupdates not syncing Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On one of our servers, deleted space is not being freed and causing is to run out of disk space. To test this, I copied a 200 meg file to the /usr partition and then deleted it. I checked df before copying, after copying, and after deleting it. After deleting it, the space never became available. I waited atleast 24 hours just to make sure. 4.2-STABLE FreeBSD 4.2-STABLE #0: Mon Jan 29 10:18:20 PST 2001 I checked the disk space just a minute ago: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/da0s1a 125983 38405 77500 33% / /dev/da0s1e 8229668 7489763 81532 99% /usr procfs 4 4 0 100% /proc Notice how /usr is almost full. There should actually be quite a bit of space available. I mounted /usr2 and then when I umount'd /usr2, the missing space on /usr magically came back. Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/da0s1a 125983 38405 77500 33% / /dev/da0s1e 8229668 6702791 868504 89% /usr procfs 4 4 0 100% /proc That is almost 800Mb that was locked up. Am I doing something wrong? or is this a bug? I didn't see anything in a quick search of the mailing lists. CC me I'm not on the list. Chris Coleman Editor in Chief Daemon News E-Zine http://www.daemonnews.org Print Magazine http://magazine.daemonnews.org Open Packages http://www.openpackages.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message