From owner-freebsd-current@FreeBSD.ORG Fri Dec 11 00:48:11 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 D29ED1065676 for ; Fri, 11 Dec 2009 00:48:11 +0000 (UTC) (envelope-from justin@prismnet.com) Received: from smtp.prismnet.com (smtp.prismnet.com [209.198.128.91]) by mx1.freebsd.org (Postfix) with ESMTP id A38078FC13 for ; Fri, 11 Dec 2009 00:48:11 +0000 (UTC) Received: from [192.168.246.22] (drake.prismnet.com [205.166.246.22]) (authenticated bits=0) by smtp.prismnet.com (8.14.3/8.14.3) with ESMTP id nBB0M26m072578 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 10 Dec 2009 18:22:02 -0600 (CST) (envelope-from justin@prismnet.com) Message-ID: <4B2190A2.5000502@prismnet.com> Date: Thu, 10 Dec 2009 18:21:54 -0600 From: Justin Roush User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.1 required=10.0 tests=SUBJECT_FUZZY_TION autolearn=disabled version=3.2.5 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on smtp.prismnet.com Subject: Installer partition size defaults 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: Fri, 11 Dec 2009 00:48:11 -0000 For years now the default partition sizes during install have remained pretty much the same. While I normally change the partition sizes to my own specification I decided to use the auto defaults in the installer for a test machine I was putting together. (FreeBSD 8.0) Once the system was installed I started a standard system update to 8.0 Stable. Partway through a make installworld I ran out of room on / (root). In the age of the terrabyte drive, would it not be prudent to increase the default partition size for at least / (root) in the installer in the 8.x tree if not for the 7.x tree as well? Also, is there any intention to add a more simplified and direct way to use zfs from the installer? - Thanks, - Justin