From owner-freebsd-questions@FreeBSD.ORG Sun May 21 06:21:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E2ADD16A526 for ; Sun, 21 May 2006 06:21:00 +0000 (UTC) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6463A43D46 for ; Sun, 21 May 2006 06:21:00 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.4/8.13.4) with ESMTP id k4L6KxPt011931 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sat, 20 May 2006 23:20:59 -0700 (PDT) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.4/8.13.4/Submit) id k4L6KwEE011930; Sat, 20 May 2006 23:20:58 -0700 (PDT) (envelope-from james) Date: Sat, 20 May 2006 23:20:58 -0700 From: James Long To: freebsd-questions@freebsd.org, Grant Peel Message-ID: <20060521062058.GB11454@ns.museum.rain.com> References: <20060520182703.2E74916A445@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060520182703.2E74916A445@hub.freebsd.org> User-Agent: Mutt/1.5.11 X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-2.0.2 (ns.museum.rain.com [127.0.0.1]); Sat, 20 May 2006 23:20:59 -0700 (PDT) Cc: Subject: Re: Upgrading and Disk Space. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 May 2006 06:21:01 -0000 > Date: Sat, 20 May 2006 08:34:18 -0400 > From: "Grant Peel" > Subject: Upgrading and Disk Space. > To: > Message-ID: <000701c67c09$ba3938e0$6501a8c0@grant> > Content-Type: text/plain; format=flowed; charset="iso-8859-1"; > reply-type=original > > Hi all, > > I am about to upgrade a 6.0 machine to 6.1R. > > I am running a little tight on space on the3 /usr part. I was wondering what > can be safely removed from /usr befor starting the upgrade. > > The idea is to try NOT to fill up the filesystem and crap out duing the > upgrade. > > Any feedback will be appreciated. > > -Grant You don't say specifically, but I presume you're planning a source upgrade (make buildworld, et al). You have oodles of space on /var, I'd suggest trying: cd /usr mv src /var && ln -s /var/src src mv obj /var && ln -s /var/obj obj That should give you plenty of room to cvsup and compile the upgrade.