From owner-freebsd-questions Tue Aug 5 10:01:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA23373 for questions-outgoing; Tue, 5 Aug 1997 10:01:08 -0700 (PDT) Received: from dan.emsphone.com (dan@dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA23366 for ; Tue, 5 Aug 1997 10:00:59 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.8.6/8.8.6) id MAA11548; Tue, 5 Aug 1997 12:00:51 -0500 (CDT) Message-ID: <19970805120051.57139@dan.emsphone.com> Date: Tue, 5 Aug 1997 12:00:51 -0500 From: Dan Nelson To: "Wayne M. Barnes" Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: slash filesystem full References: <199708051542.KAA01630@barnes1.wustl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79e In-Reply-To: <199708051542.KAA01630@barnes1.wustl.edu>; from "Wayne M. Barnes" on Tue Aug 5 10:42:50 GMT 1997 X-OS: FreeBSD 2.2-970701-RELENG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In the last episode (Aug 05), Wayne M. Barnes said: > Dear FreeBSD, > > Why is my / filesystem unusably full? I can't account > for more than 13.3 MB, and I have room for 52 MB, yet it > is unwritably full. > > #df > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/wd0a 51791 51791 -4143 109% / > /dev/wd0s3e 2129022 260555 1698146 13% /usr > /dev/wd0s3f 29727 486 26863 2% /var > procfs 4 4 0 100% /proc > > #du -sx > 13227 . Try unmounting /usr and /var (and /proc if you can), and see if there are any files underneath the mount points. -Dan Nelson dnelson@emsphone.com