From owner-freebsd-questions@FreeBSD.ORG Wed Nov 24 21:38:45 2004 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 6487116A4CE for ; Wed, 24 Nov 2004 21:38:45 +0000 (GMT) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2037143D41 for ; Wed, 24 Nov 2004 21:38:45 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from [192.168.1.10] (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc91.asp.att.net (sccimhc91) with ESMTP id <20041124213828i9100rfir6e>; Wed, 24 Nov 2004 21:38:44 +0000 Message-ID: <41A4FF53.6020305@nbritton.org> Date: Wed, 24 Nov 2004 15:38:27 -0600 From: Nikolas Britton User-Agent: Mozilla Thunderbird 0.9 (X11/20041119) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Damien Hull References: <1101328720.4244.6.camel@tower1.digitaloverload.local> In-Reply-To: <1101328720.4244.6.camel@tower1.digitaloverload.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions Subject: Re: cvsup to 5.3? 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: Wed, 24 Nov 2004 21:38:45 -0000 Damien Hull wrote: >I'm using 4.10. How much free space do I need to cvsup? > >I had a lot of space until I installed KDE. /usr is down to 2.3G. If >this isn't enough space can I move everything to another drive with more >space in /usr? > > > If you have done a buildworld in the past you can delete everything in /usr/obj/, rm -r /usr/obj/* if you have lots of installed ports/upgraded ports run "portclean -CDD" (portclean is part of the portupdate suite of tools) if you still need more space delete everything in /usr/ports/distfiles/ (unless your on a dial-up modem, it would take forever to redownload everything.) As far as having enough space to buildword, 2.3GB sounds like enough but don't quote me on that.