From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 23:35:43 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69944106564A for ; Wed, 22 Feb 2012 23:35:43 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 25B238FC12 for ; Wed, 22 Feb 2012 23:35:42 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S0Lim-0008Lt-Lo for freebsd-questions@freebsd.org; Thu, 23 Feb 2012 00:35:40 +0100 Received: from pool-173-79-99-96.washdc.fios.verizon.net ([173.79.99.96]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Feb 2012 00:35:40 +0100 Received: from nightrecon by pool-173-79-99-96.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Feb 2012 00:35:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Date: Wed, 22 Feb 2012 18:35:33 -0500 Lines: 28 Message-ID: References: <7DC5CF25DDD70D4A845DDC2F96E116B2A0E467@hcexch01.holidaycompanies.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-99-96.washdc.fios.verizon.net Subject: Re: How much space do I need on "/" for a 7.4 to 8 stable upgrade? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2012 23:35:43 -0000 Adam Vande More wrote: > On Wed, Feb 22, 2012 at 11:47 AM, Joe Moore > wrote: > >> >> I have 65MB of free space on "/". Is that going to be enough? I've >> already moved tftpboot to /usr, cleaned out /root, /boot/kernel.old, and >> /tmp. >> >> What else could I clean out if I need more space? I'm thinking some >> executables in /rescue. "ls -l" shows most of them being 4MB each but >> that can't be right. >> > > I don't know the specific numbers of what you'll need but you can probably > delete the *.symbol files(they aren't needed by default). i386 also > produces smaller files/mem imprint than most equivalent amd64 bins. > I did this and the only i386 box I have left uses 96MB on / while the amd64 ones hover around 105MB, give or take a few. I believe adding WITHOUT_PROFILE= true to /etc/src.conf prevents them from being built/installed in subsequent builds. -Mike