From owner-freebsd-current@FreeBSD.ORG Wed Feb 25 15:20:48 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BB78106567C for ; Wed, 25 Feb 2009 15:20:48 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (math.missouri.edu [128.206.184.200]) by mx1.freebsd.org (Postfix) with ESMTP id 182C18FC08 for ; Wed, 25 Feb 2009 15:20:47 +0000 (UTC) (envelope-from stephen@math.missouri.edu) Received: from [128.206.184.213] (cauchy.math.missouri.edu [128.206.184.213]) by math.missouri.edu (Postfix) with ESMTP id 6905E610CF0; Wed, 25 Feb 2009 09:20:47 -0600 (CST) Message-ID: <49A5614E.3030501@math.missouri.edu> Date: Wed, 25 Feb 2009 09:18:38 -0600 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.19) Gecko/20090220 SeaMonkey/1.1.14 MIME-Version: 1.0 To: Ian FREISLICH References: <49A45558.9060000@math.missouri.edu> <1235502625.4345.2.camel@localhost.localdomain> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.94.2/9047/Wed Feb 25 04:59:41 2009 on math.missouri.edu X-Virus-Status: Clean X-Mailman-Approved-At: Wed, 25 Feb 2009 16:20:02 +0000 Cc: Sean Bruno , FreeBSD Current Subject: Re: Default FS Layout Too Small? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2009 15:20:48 -0000 Ian FREISLICH wrote: > Stephen Montgomery-Smith wrote: >> Sean Bruno wrote: >>> I noted that if I choose the auto defaults for my F/S layout, sysinstall >>> will not reserve enough space for root(512MB?). This is just barely >>> enough to recompile and install an updated kernel. Much more than that >>> and the F/S is full. >>> >>> I would assume that the default would be much larger now-a-days. I think >>> a simple doubling to 1G would be sufficient. >>> >>> Comments? >>> >> I don't understand the comment made by another poster that 85MB is >> enough. I have a FreeBSD 7 box which was partitioned years ago (back in > I suspect that this config option has a lot to do with how much > space your kernels (and modules) use on disk > > makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols Fair enough. But this option is on in the GENERIC kernel. So since it is now part of the default, it makes sense to have a large root sector by default.