From owner-freebsd-arch@FreeBSD.ORG Mon Jan 10 13:00:20 2011 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A588210656A3 for ; Mon, 10 Jan 2011 13:00:20 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 2C4228FC16 for ; Mon, 10 Jan 2011 13:00:15 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id p0ACwGvP095224 for ; Mon, 10 Jan 2011 05:58:16 -0700 (MST) (envelope-from imp@bsdimp.com) Message-ID: <4D2B0267.6020505@bsdimp.com> Date: Mon, 10 Jan 2011 05:58:15 -0700 From: Warner Losh User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-arch@freebsd.org References: <4D28EB32.9090807@freebsd.org> <20110109030056.0000613f@unknown> In-Reply-To: <20110109030056.0000613f@unknown> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: BSDInstall ISO images X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jan 2011 13:00:20 -0000 On 01/08/2011 20:00, Bruce Cran wrote: > On Sat, 08 Jan 2011 16:54:42 -0600 > Nathan Whitehorn wrote: > >> I would appreciate any comments or test results. > Trying to create a 200GB freebsd partition in an MBR or BSD scheme on a > 200GB disk results in the message "Invalid argument. size > '419430400'" - it looks like it's trying to create a partition > slightly too big, because 198GB works. Trying to delete a partition > results in the message "Device busy". Trying to revert also results in > an error message, but the revert does happen despite text messages > overwriting the ncurses window. > > The only other thing I noticed is that some of the windows look a bit > small so there's just one word per line. That raises the question: The computer industry has given in and generally says 'G' mean 10^9 not 2^30. The latter is what Gi means. While bletcherous to my eye, I think we should consider adopting this standard at some point. Warner