From owner-freebsd-questions Wed Jan 12 20:48:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (Postfix) with ESMTP id E277915000 for ; Wed, 12 Jan 2000 20:48:20 -0800 (PST) (envelope-from tim@futuresouth.com) Received: (from tim@localhost) by shell.futuresouth.com (8.9.3/8.9.3) id WAA10934 for freebsd-questions@freebsd.org; Wed, 12 Jan 2000 22:48:18 -0600 (CST) Date: Wed, 12 Jan 2000 22:48:18 -0600 From: Tim Tsai To: freebsd-questions@freebsd.org Subject: lost space - how to find it? Message-ID: <20000112224818.A10607@futuresouth.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running a fairly old 2.2.8-STABLE (almost a year old) and have run into a slight problem. du shows this: # df / Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/sd0s1a 396895 347344 17800 95% / # du -d 1 -x / 44 /dev 1 /usr 1742 /stand 5799 /etc 1 /proc 1 /cdrom 3493 /bin 758 /lkm 1 /mnt 85 /root 6208 /sbin 57015 /var 56 /home 1 /local 1 /WWW 13 /.elm 58 /mail 1 /dist 1 /tftpboot 1 /lost+found 1 /nonexistent 80408 / where did the 280 some odd meg of space go? I am guessing a process has a open file that was deleted - but how do I find it? Thanks! Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message