File system full?

Robert Huff roberthuff at rcn.com
Thu Jan 1 20:00:19 PST 2004


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




				

	



More information about the freebsd-questions mailing list