Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Feb 1999 12:43:34 +1100
From:      Andrew Johns <A_Johns@TurnAround.com.au>
To:        Kirk Noonan <kirk_noonan@bigfoot.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Volume Full???
Message-ID:  <36D35946.63574699@TurnAround.com.au>
References:  <000701be5f86$ef961780$419751d4@kirk>

next in thread | previous in thread | raw e-mail | index | archive | help
Kirk Noonan wrote:

>  Dear Mr. Friendly Newbie-Helper,    I keep getting a message that my
> "/" volume aka /dev/wd0s2a is full. As a matter of fact, it is at an
> amazing 109% of capacity. My swap volume always shows 200 MB of free
> space, and the other volumes (/usr /var ...) also have plenty of empty
> space. What and, more importantly, where should I look to find the
> things which are filling it? I have looked through the /temp
> directory, and there isn't that much there. I started getting the
> messages after compiling a lot of programs is there an output
> directory or something?

In a word, yes.  Have a look at the man page for du (disk usage)
especially the option to not traverse mount points - this is so that you
can look exclusively at the root partition (the one that's full in your
case) and not be confused with the details of the other partitions
(/usr, /home, or any others that you might have).

What directory/ies were you compiling in?  Sometimes the MAKEFILE has a
make clean option that will remove all the temporary files created
during the compile - this allows you to clean up all the left over mess
(object files, etc) created during the compile that are no longer
needed.

--
Regards                        |    _/\_/\
Andrew Johns BSc (Comp Sci)    |   /      \
TurnAround Solutions Pty Ltd   |   \_...__/
http://www.turnaround.com.au/  |        \/

"The box said 'Requires Windows 95, NT, or better,' so I installed
FreeBSD."




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36D35946.63574699>