From owner-freebsd-questions@FreeBSD.ORG Wed Feb 18 14:48:25 2004 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 267F116A4CE for ; Wed, 18 Feb 2004 14:48:25 -0800 (PST) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3B9F43D1D for ; Wed, 18 Feb 2004 14:48:24 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc11) with ESMTP id <2004021822482401100s1kv1e>; Wed, 18 Feb 2004 22:48:24 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 29BBCF; Wed, 18 Feb 2004 17:48:24 -0500 (EST) Sender: lowell@be-well.ilk.org To: Will Prater References: <250472C4-624D-11D8-A53A-000A95DBBE34@mercurycloud.net> From: Lowell Gilbert Date: 18 Feb 2004 17:48:24 -0500 In-Reply-To: <250472C4-624D-11D8-A53A-000A95DBBE34@mercurycloud.net> Message-ID: <44oerwf1hj.fsf@be-well.ilk.org> Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: 'FreeBSD Questions' Subject: Re: root is full 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: Wed, 18 Feb 2004 22:48:25 -0000 Will Prater writes: > My root partition is full, but I cannot figure out how it got filled > so fast the last security check claimed there to be 5% of capacity and > now its at 108%. Where else can I check to see what is filling the > root partition? "du -x /" will tell you what is using space (but note that deleting a file doesn't help until every process holding the file open also closes it). Also see: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#DU-VS-DF http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#DISK-MORE-THAN-FULL