From owner-freebsd-questions@FreeBSD.ORG Sun Oct 19 18:32:07 2003 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 4B13516A4B3 for ; Sun, 19 Oct 2003 18:32:07 -0700 (PDT) Received: from falcon.midgard.homeip.net (h76n3fls24o1048.bredband.comhem.se [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 2D8EE43F93 for ; Sun, 19 Oct 2003 18:32:05 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: (qmail 56693 invoked by uid 1001); 20 Oct 2003 01:32:03 -0000 Date: Mon, 20 Oct 2003 03:32:03 +0200 From: Erik Trulsson To: Dragoncrest Message-ID: <20031020013203.GA54043@falcon.midgard.homeip.net> Mail-Followup-To: Dragoncrest , freebsd-questions@FreeBSD.ORG References: <5.2.0.9.2.20030810230305.00a0bdd0@pop.voyager.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.2.20030810230305.00a0bdd0@pop.voyager.net> User-Agent: Mutt/1.5.4i cc: freebsd-questions@FreeBSD.ORG Subject: Re: Deleting dirs to save space. 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: Mon, 20 Oct 2003 01:32:07 -0000 On Sun, Aug 10, 2003 at 11:06:11PM -0400, Dragoncrest wrote: > Got a server I'm trying to reclaim some space on and I was looking > for some input. > > I've nuked the ports tree and /usr/src, but it's still not enough. > I'm looking at deleting /usr/obj/usr/src to gain another 400 megs, but I'm > unsure if it's safe to do so. Can I do it or should I just leave it alone? You can safely delete everything under /usr/obj/ The files there are created by a 'make buildworld'/'make buildkernel' and are only used for updating the system. Once a 'make installworld'/'make installkernel' is finished /usr/obj/* can be deleted. If you haven't a /usr/src around there is absolutely no reason to have /usr/obj around. -- Erik Trulsson ertr1013@student.uu.se