From owner-freebsd-sysinstall@FreeBSD.ORG Wed Jan 18 15:10:12 2012 Return-Path: Delivered-To: freebsd-sysinstall@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A0CD1065670 for ; Wed, 18 Jan 2012 15:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6DA5D8FC0C for ; Wed, 18 Jan 2012 15:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0IFACtJ038727 for ; Wed, 18 Jan 2012 15:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0IFACNX038726; Wed, 18 Jan 2012 15:10:12 GMT (envelope-from gnats) Date: Wed, 18 Jan 2012 15:10:12 GMT Message-Id: <201201181510.q0IFACNX038726@freefall.freebsd.org> To: freebsd-sysinstall@FreeBSD.org From: Mark Linimon Cc: Subject: Re: bin/164094: bsdinstall(8): installer progress over 100% X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Linimon List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2012 15:10:12 -0000 The following reply was made to PR bin/164094; it has been noted by GNATS. From: Mark Linimon To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/164094: bsdinstall(8): installer progress over 100% Date: Wed, 18 Jan 2012 09:00:42 -0600 ----- Forwarded message from Ariane van der Steldt ----- Date: Wed, 18 Jan 2012 06:23:08 +0100 From: Ariane van der Steldt To: Nathan Whitehorn Cc: freebsd-bugs@FreeBSD.org, eadler@FreeBSD.org, freebsd-sysinstall@FreeBSD.org Subject: Re: bin/164094: bsdinstall(8): installer progress over 100% User-Agent: Mutt/1.5.21 (2010-09-15) Hi Nathan, On Sat, Jan 14, 2012 at 07:42:24AM +0100, Ariane van der Steldt wrote: > On Fri, Jan 13, 2012 at 07:49:12PM -0600, Nathan Whitehorn wrote: > > On 01/13/12 19:16, eadler@FreeBSD.org wrote: > > > FreeBSD installer changed my MBR-only partition table to MBR+GPT > > > partition table. > > > The other OS does not have GPT logic; I want to be at least warned > > > this is happening and prefer to have the option at least. > > > Alternatively, the installer may opt not to install a GPT if the disk > > > does not require it (as in the case in this machine) > > > > Can you give some more details here? This is something that the > > installer is not programmed to do and that I cannot reproduce. > > Sure. I used a VM to reproduce the problem, so I could provide pretty > screenshots in an attempt to better explain the problem. > > > Pre-install: > only 1 OS installed, windows XP, using MBR partition table. > > Using a live CD, I can instruct fdisk to (pointlessly) alter the active > partition, as can be seen in attached screenshot 1 > > > Post-install: > Both windows XP and FreeBSD are installed. > Unfortunately, fdisk can no longer be used to alter the active > partition, gpart is to be used instead. > As can be seen in attached screenshot 2, fdisk fails. > > After install, only gpart can be used to change the active partition. Upon rereading the manpage for gpart, I'm wondering if what I concluded really happened. On closer examination, it's possible the geom logic blocked fdisk from modifying the partition table. Can you tell me how I can confirm out what partitioning schemes are present on my harddisk? I put the output of gpart show at the bottom of the e-mail, which suggests the mbr scheme is used regardless. If geom indeed blocks fdisk from altering the partition table, I'm wondering what the use of the binary is though, as it seems gpart does everything fdisk does, but without failing. # gpart show => 63 1250263665 ada0 MBR (596G) 63 209712447 1 ntfs [active] (100G) 209712510 102398310 2 ntfs (48G) 312110820 937426896 3 freebsd (447G) 1249537716 726012 - free - (354M) => 0 937426896 ada0s3 BSD (447G) 0 929038336 1 freebsd-ufs (443G) 929038336 8388559 2 freebsd-swap (4G) 937426895 1 - free - (512B) -- Ariane _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" ----- End forwarded message -----