From owner-freebsd-questions@FreeBSD.ORG Sat May 20 12:54:26 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 A60B016A421 for ; Sat, 20 May 2006 12:54:26 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7E3343D46 for ; Sat, 20 May 2006 12:54:25 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id k4KCs6m3077790; Sat, 20 May 2006 07:54:07 -0500 (CDT) Message-Id: <6.0.0.22.2.20060520075325.026cdc98@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Sat, 20 May 2006 07:54:00 -0500 To: "Grant Peel" , From: Derek Ragona In-Reply-To: <000701c67c09$ba3938e0$6501a8c0@grant> References: <000701c67c09$ba3938e0$6501a8c0@grant> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Sat, 20 May 2006 12:54:26 -0000 The most obvious thing is to remove the ports, then add them later after the upgrade. -Derek At 07:34 AM 5/20/2006, Grant Peel wrote: >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 > >Here is what the disk looks like right now: > >/usr/src >drwxr-xr-x 21 root wheel 512 Nov 18 2005 . >drwxr-xr-x 17 root wheel 512 Nov 25 22:37 .. >-rw-r--r-- 1 root wheel 6188 Jan 1 2005 COPYRIGHT >-rw-r--r-- 1 root wheel 349 Jun 2 2005 LOCKS >-rw-r--r-- 1 root wheel 7289 Jun 4 2005 MAINTAINERS >-rw-r--r-- 1 root wheel 10835 Jun 16 2005 Makefile >-rw-r--r-- 1 root wheel 32475 Oct 16 2005 Makefile.inc1 >-rw-r--r-- 1 root wheel 2749 Mar 8 2003 README >-rw-r--r-- 1 root wheel 15749 Nov 1 2005 UPDATING >drwxr-xr-x 37 root wheel 1024 Nov 18 2005 bin >drwxr-xr-x 53 root wheel 1024 Nov 18 2005 contrib >drwxr-xr-x 5 root wheel 512 Nov 18 2005 crypto >drwxr-xr-x 21 root wheel 2048 Nov 18 2005 etc >drwxr-xr-x 13 root wheel 512 Nov 18 2005 games >drwxr-xr-x 4 root wheel 512 Nov 18 2005 gnu >drwxr-xr-x 6 root wheel 2048 Nov 18 2005 include >drwxr-xr-x 9 root wheel 512 Nov 18 2005 kerberos5 >drwxr-xr-x 73 root wheel 1536 Nov 18 2005 lib >drwxr-xr-x 33 root wheel 1024 Nov 18 2005 libexec >drwxr-xr-x 13 root wheel 512 Nov 18 2005 release >drwxr-xr-x 4 root wheel 512 Nov 18 2005 rescue >drwxr-xr-x 93 root wheel 2048 Nov 18 2005 sbin >drwxr-xr-x 6 root wheel 512 Nov 18 2005 secure >drwxr-xr-x 25 root wheel 512 Nov 18 2005 share >drwxr-xr-x 58 root wheel 1024 Nov 18 2005 sys >drwxr-xr-x 12 root wheel 512 Nov 18 2005 tools >drwxr-xr-x 221 root wheel 3584 Nov 18 2005 usr.bin >drwxr-xr-x 186 root wheel 3584 Nov 18 2005 usr.sbin >root on s1# pwd >/usr/src > >root on s1# df -h >Filesystem Size Used Avail Capacity Mounted on >/dev/da0s1a 989M 60M 850M 7% / >devfs 1.0K 1.0K 0B 100% /dev >/dev/da0s1f 57G 1.9G 50G 4% /home >/dev/da0s1d 1.9G 1.6G 173M 90% /usr >/dev/da0s1e 5.8G 64M 5.3G 1% /var >enterprise:/mnt 132G 39G 82G 32% /mnt > > >/usr >root on s1# du -h -d1 >2.0K ./.snap >24M ./bin >13M ./include >31M ./lib >92K ./libdata >15M ./libexec >253M ./local >13M ./sbin >183M ./share >664M ./src >303M ./ports >126M ./compat >2.0K ./games >2.0K ./obj >23M ./X11R6 >1.6G . >root on s1# > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support.