Date: Thu, 1 Jan 2004 23:00:16 -0500 From: Robert Huff <roberthuff@rcn.com> To: questions@freebsd.org Subject: Re: File system full? Message-ID: <16372.60624.269444.387632@jerusalem.litteratus.org> In-Reply-To: <200401011804.06068.racerx@makeworld.com> References: <200401011800.23184.ecrist@adtechintegrated.com> <200401011804.06068.racerx@makeworld.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16372.60624.269444.387632>