From owner-freebsd-questions@FreeBSD.ORG Thu Jan 1 20:00:18 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 D723216A4CF for ; Thu, 1 Jan 2004 20:00:18 -0800 (PST) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id F25FE43D41 for ; Thu, 1 Jan 2004 20:00:17 -0800 (PST) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 1AcGTw-0007H3-00 for questions@freebsd.org; Thu, 01 Jan 2004 23:00:17 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16372.60624.269444.387632@jerusalem.litteratus.org> Date: Thu, 1 Jan 2004 23:00:16 -0500 To: questions@freebsd.org In-Reply-To: <200401011804.06068.racerx@makeworld.com> References: <200401011800.23184.ecrist@adtechintegrated.com> <200401011804.06068.racerx@makeworld.com> X-Mailer: VM 7.14 under 21.5 (beta15) "celery" XEmacs Lucid Subject: Re: File system 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: Fri, 02 Jan 2004 04:00:19 -0000 Chris writes: > > Here's my df -h readout: > > > > $ df -h > > Filesystem Size Used Avail Capacity Mounted on > > /dev/ad0s3e 3.9G 3.9G -260.5M 107% /usr > > If you have source installed, that takes up a bit. If you don't > see yourself doing a makeworld and building kernel - a binary > install would have done nicely. The source for 5.2-RC runs about 375 Mb. Try this: cd /usr du | sort -nr and see if any directories are suspiciously large. (This is sufficiently useful I have it as a cron job that drops it in my morning mail.) Also check for core dumps: find /usr -name "*.core" Robert Huff