From owner-freebsd-current@FreeBSD.ORG Thu Oct 13 15:34:57 2011 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 08D0D106564A for ; Thu, 13 Oct 2011 15:34:57 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 91F7D8FC16 for ; Thu, 13 Oct 2011 15:34:55 +0000 (UTC) Received: by wwe3 with SMTP id 3so1866492wwe.31 for ; Thu, 13 Oct 2011 08:34:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=dILNHbpnRI/mAxn/I2WQ5dXW7S++n9LORfzrLaoNjIw=; b=HFcp/8vDnZR7/UjaYWcEBsWRhb+GUJpcSIFObPz364eHqWoUocKyx6LGsHWUtHw4AZ C6p6JphbhxQr1ASpqjGS/FFNVEoMR9KDl0f63LpWJCCNbq2DWxEcd1/A3q4MWyz4r7i4 LmVY8YcqB/KuQQgWWcmKIJl8WbGKqPzEroAno= Received: by 10.216.14.83 with SMTP id c61mr107549wec.4.1318520094257; Thu, 13 Oct 2011 08:34:54 -0700 (PDT) Received: from [192.168.1.129] (schavemaker.nl. [213.84.84.186]) by mx.google.com with ESMTPS id l9sm6602206wba.5.2011.10.13.08.34.52 (version=SSLv3 cipher=OTHER); Thu, 13 Oct 2011 08:34:53 -0700 (PDT) Message-ID: <4E97051A.3010602@gmail.com> Date: Thu, 13 Oct 2011 17:34:50 +0200 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Nathan Whitehorn , freebsd-current@freebsd.org References: <4E96A3BD.3080002@gmail.com> <4E96AE6E.8070609@zedat.fu-berlin.de> <4E96E40D.80706@freebsd.org> In-Reply-To: <4E96E40D.80706@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: 9.x installer and GPT vs geom 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: Thu, 13 Oct 2011 15:34:57 -0000 Nathan Whitehorn schreef: > On 10/13/11 04:25, O. Hartmann wrote: >> On 10/13/11 10:39, Johan Hendriks wrote: >>> Hello all. >>> >>> I just used the 9.0 B3 installer, and it defaults to GPT, which is >>> nice. >>> However, and there has been some discussions about it, it would be nice >>> if the installer warns me that i could get in trouble if i want to use >>> gmirror and the like. >>> >>> Also i find it a little strange that the default mode, GPT in this case >>> is in some sort not compatible with the other default geom structure. >>> For a newcomer or for people who use gmirror and glabel on a regular >>> basis because there somewhat default, it could strike them if they >>> start >>> using the default GPT. >>> >>> It is not logical. >>> Two default ways to do things that are in a way not compatible. >>> >>> So a warning at the installer level could make a lot of users aware of >>> this, and they can decide what to do, use GPT or go back to the old >>> MBR. >>> They can start looking at the mailling list and so on to make the right >>> decision is GPT acceptable for me or not. >>> And not install FreeBSD and find out later that you could not use your >>> old gmirror and glabel tactics without corrupting the GPT structure. >>> >>> Just my thoughts about this. >>> >>> regards, >>> Johan Hendriks >>> >> Shouldn't be there also a warning that GPT can not be used with the >> FreeBSD native bootselector? I had trouble installing FreeBSD >> 9.0-CURRENT a while ago with default being GPT on my notebook and >> also wanting a Windows 7/x64 for presentations, selectable via the >> FreeBSD bootselector. This was possible with MBR, but it seems gone >> with GPT. > > If you install onto an already MBR-formatted disk (say, you're > dual-booting), it will use MBR as the default, not GPT. It only uses > GPT as the default if you (a) put in a totally blank disk or (b) say > you want to dedicate the disk entirely to FreeBSD. > -Nathan And that is what most people do, use an entire new disk, and use that whole disk for FreeBSD. Me included, if i install a new server that is the way i do it. I think most people do it that way. If they must install a new server i think the most users will use the defaults the installer gives them. And because there are a lot of people who use gmirror to mirror the whole disk, they get bitten by the GPT vs geom metadata issue. If however the installer warns people, they know things have changed, so they can investigate, and then they will hopefully find the threads regarding GPT, gmirror and glabel, and the problems that could arise. There is a lot on the internet about it already. Forums.freebsd.org included. So a warning (or pointer) is at place as far as i am concerned. regards Johan Hendriks