From owner-freebsd-questions Tue Feb 23 17:45: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from WEBBSD1.turnaround.com.au (webbsd1.turnaround.com.au [203.39.138.49]) by hub.freebsd.org (Postfix) with ESMTP id 3566E11BB0 for ; Tue, 23 Feb 1999 17:45:03 -0800 (PST) (envelope-from A_Johns@TurnAround.com.au) Received: from TurnAround.com.au (dhcp64.turnaround.com.au [192.168.1.64]) by WEBBSD1.turnaround.com.au (8.8.7/8.8.7) with ESMTP id MAA15651; Wed, 24 Feb 1999 12:47:05 +1100 (EST) (envelope-from A_Johns@TurnAround.com.au) Message-ID: <36D35946.63574699@TurnAround.com.au> Date: Wed, 24 Feb 1999 12:43:34 +1100 From: Andrew Johns Organization: TurnAround Solutions P/L X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Kirk Noonan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Volume Full??? References: <000701be5f86$ef961780$419751d4@kirk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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