From owner-freebsd-questions@FreeBSD.ORG Wed Feb 18 14:48:09 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 DCF0216A4CE for ; Wed, 18 Feb 2004 14:48:09 -0800 (PST) Received: from skutsje.san.webweaving.org (skutsje.san.webweaving.org [209.132.96.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id B354843D1F for ; Wed, 18 Feb 2004 14:48:09 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from [10.11.0.203] (fia193-115-100.dsl.hccnet.nl [80.100.115.193]) (authenticated bits=0)i1IMhCEJ013104 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Wed, 18 Feb 2004 14:43:14 -0800 (PST) (envelope-from dirkx@webweaving.org) In-Reply-To: <250472C4-624D-11D8-A53A-000A95DBBE34@mercurycloud.net> References: <250472C4-624D-11D8-A53A-000A95DBBE34@mercurycloud.net> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <83E29EEC-6264-11D8-9070-000A95CDA38A@webweaving.org> Content-Transfer-Encoding: 7bit From: Dirk-Willem van Gulik Date: Wed, 18 Feb 2004 23:48:05 +0100 To: Will Prater X-Mailer: Apple Mail (2.612) 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:10 -0000 On Feb 18, 2004, at 9:00 PM, Will Prater wrote: > 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? Try cd / du -sk * Dw