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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"