From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 05:36:58 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C51A916A4CE for ; Fri, 7 Jan 2005 05:36:58 +0000 (GMT) Received: from ms-smtp-05-eri0.texas.rr.com (ms-smtp-05.texas.rr.com [24.93.47.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3871543D4C for ; Fri, 7 Jan 2005 05:36:58 +0000 (GMT) (envelope-from afabian@austin.rr.com) Received: from turingmachine.mentalsiege.net (cs70112247-52.austin.rr.com [70.112.247.52])j075arPa023831; Thu, 6 Jan 2005 23:36:54 -0600 (CST) Received: from turingmachine.mentalsiege.net (localhost [127.0.0.1]) j075accT027144; Thu, 6 Jan 2005 23:36:38 -0600 Received: (from afabian@localhost)j075actH027143; Thu, 6 Jan 2005 23:36:38 -0600 Date: Thu, 6 Jan 2005 23:36:38 -0600 From: afabian@austin.rr.com To: Marty Landman Message-ID: <20050107053638.GE27020@turingmachine.mentalsiege.net> Mail-Followup-To: Marty Landman , freebsd-questions@freebsd.org References: <6.2.0.14.0.20050106184116.01f2aa80@mail.face2interface.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.2.0.14.0.20050106184116.01f2aa80@mail.face2interface.com> User-Agent: Mutt/1.5.6i X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-questions@freebsd.org Subject: Re: clearing space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 05:36:58 -0000 On Thu, Jan 06, 2005 at 06:50:54PM -0500, Marty Landman wrote: > Here's a picture of my situation. > > swamisalami# df > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 128990 128988 -10316 109% / > > Does this mean that everything not on { /tmp, /usr, /var } is what's > consuming too much space? It does. You might want to try something like: du -x / | sort -rn | head -15 to figure out wheer your diskspace has gone. -- Adam Fabian (afabian@austin.rr.com)