From owner-freebsd-questions@FreeBSD.ORG Sat May 20 17:58:38 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 0061916A422 for ; Sat, 20 May 2006 17:58:37 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from webmaillogin.com (fr6.webmaillogin.com [216.40.35.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91A0443D46 for ; Sat, 20 May 2006 17:58:37 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from [216.240.12.2] (account gpeel@thenetnow.com HELO grant) by fr6.webmaillogin.com (CommuniGate Pro SMTP 5.0.9) with ESMTPA id 35675839; Sat, 20 May 2006 13:58:36 -0400 Message-ID: <001001c67c37$03e89ee0$6501a8c0@grant> From: "Grant Peel" To: "Laurence Sanford" References: <000701c67c09$ba3938e0$6501a8c0@grant> <446F206A.9050207@wilderness.homeip.net> Date: Sat, 20 May 2006 13:58:29 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Cc: freebsd-questions@freebsd.org 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 17:58:38 -0000 I have a /usr/src/sys/compile dirs that has 400 meg in it. ( a kernel config dir) can I delete it? -Grant ----- Original Message ----- From: "Laurence Sanford" To: "Grant Peel" Cc: Sent: Saturday, May 20, 2006 9:58 AM Subject: Re: Upgrading and Disk Space. > Grant Peel wrote: >> >> The idea is to try NOT to fill up the filesystem and crap out duing the >> upgrade. >> >> >> 664M ./src >> 303M ./ports > > Remove those two if you're doing an upgrade using the discs. If you're > building the upgrade from source, you obviously can't do that. If adding a > drive is an option, then it becomes easy - put /usr/ports /usr/src and > /usr/obj on the new drive and be done with it. > > If it helps any, here's some output from a 6.1RC: > > root@colossus(/usr)# du -h -d1 > 2.0K ./.snap > 13G ./ports > 418M ./src > 24M ./bin > 14M ./include > 49M ./lib > 92K ./libdata > 15M ./libexec > 2.8G ./local > 13M ./sbin > 172M ./share > 180K ./games > 885M ./X11R6 > 154M ./compat > 743M ./obj > 14G ./home > 31M ./sup > 2.3M ./lost+found > 32G . >