From owner-freebsd-questions@FreeBSD.ORG Tue Oct 5 15:21:39 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 C84CF16A4CE for ; Tue, 5 Oct 2004 15:21:39 +0000 (GMT) Received: from mygirlfriday.info (mo-65-41-216-204.sta.sprint-hsd.net [65.41.216.204]) by mx1.FreeBSD.org (Postfix) with SMTP id F38AB43D55 for ; Tue, 5 Oct 2004 15:21:38 +0000 (GMT) (envelope-from gv-list-freebsdquestions@mygirlfriday.info) Received: (qmail 60403 invoked from network); 5 Oct 2004 15:21:37 -0000 Received: from unknown (HELO major.mygirlfriday.info) (192.168.0.5) by mongo.mygirlfriday.info with SMTP; 5 Oct 2004 15:21:37 -0000 Date: Tue, 5 Oct 2004 10:21:37 -0500 From: Gary Organization: Hardly X-Priority: 3 (Normal) Message-ID: <1684162449.20041005102137@mygirlfriday.info> To: bill In-Reply-To: <4162B73C.1060908@TechServSys.com> References: <4162B73C.1060908@TechServSys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: /usr is growing and growing 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: Tue, 05 Oct 2004 15:21:39 -0000 Hi Bill, On Tue, 05 Oct 2004 11:01:16 -0400 UTC (10/5/2004, 10:01 AM -0500 UTC my time), bill in part wrote: b> I have watched the /usr file system grow from about 69% utilization b> to 85% utilization over 2 years and can not figure out what is taking the b> space. b> Would someone be kind enough to give me suggestions as to what is b> using up the space and/or how to find out ? try man du for finding out where file system block usage is being used. -- Gary