From owner-freebsd-questions@FreeBSD.ORG Thu Mar 17 14:47:56 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9462116A4CE for ; Thu, 17 Mar 2005 14:47:56 +0000 (GMT) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66A2143D66 for ; Thu, 17 Mar 2005 14:47:56 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.27.46.32])0.04 <0IDI001ME3RTUM13@vms040.mailsrvcs.net> for freebsd-questions@freebsd.org; Thu, 17 Mar 2005 08:47:54 -0600 (CST) Received: by ringworm.mechee.com (Postfix, from userid 1001) id 715382CE776; Thu, 17 Mar 2005 06:47:51 -0800 (PST) Date: Thu, 17 Mar 2005 06:47:49 -0800 From: "Michael C. Shultz" In-reply-to: <34b425c505031705587bfc378c@mail.gmail.com> To: Soo-Hyun Choi Message-id: <200503170647.50339.ringworm01@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <34b425c505031705587bfc378c@mail.gmail.com> User-Agent: KMail/1.7.2 cc: freebsd-questions@freebsd.org Subject: Re: How much HDD space does FreeBSD need? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 14:47:56 -0000 On Thursday 17 March 2005 05:58 am, Soo-Hyun Choi wrote: > Hi, > > I'm wondering how much HDD space does FreeBSD need in a normal > installation. What I mean by the normal installation includes 'Full > X-Development' packages with Gnome. Oh, It's 5.3-RELEASE. > > My HDD has 10G space for FreeBSD and I installed onto that space. The > FreeBSD installation was of no problem. However, once I tried to > upgrade Gnome 2.8 to 2.10, I've faced up a warning message at some > point that I am running out of HDD space. (I just executed the > recommend upgrade shell script from http://www.FreeBSD.org/gonme/) > > Is 10G HDD space is not good enough? > > Soo-Hyun The work areas are probably whats killing you. I don't know how you can manage them with the upgrade shell script, you will have to look through the script to determine that. Somehow or another you need to make sure after each port is updated its work area is being cleaned before moving on to the next port. One thing you may want to consider is setting WRKDIRPREFIX=/tmp in /etc/make.conf this way you can monitor the size of /tmp with du and then maybe manually delete the work areas of ports you are certain have been updated. -Mike