From owner-freebsd-current@FreeBSD.ORG  Thu Aug 18 23:24:45 2011
Return-Path: <owner-freebsd-current@FreeBSD.ORG>
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 5C782106566B;
	Thu, 18 Aug 2011 23:24:45 +0000 (UTC)
	(envelope-from yanegomi@gmail.com)
Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com
	[209.85.216.182])
	by mx1.freebsd.org (Postfix) with ESMTP id 0AC618FC1D;
	Thu, 18 Aug 2011 23:24:44 +0000 (UTC)
Received: by qyk9 with SMTP id 9so1027319qyk.13
	for <multiple recipients>; Thu, 18 Aug 2011 16:24:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=mime-version:date:message-id:subject:from:to:cc:content-type;
	bh=XmuzhQas3sh2m0gvxrRjiNpTh7uZ+erSX57Ey3a7MbU=;
	b=NNoSFTQ+ji8J+sv8U4+HBo27QZb6PZ1g3rM88orcChY6p0iEQ/g41YNQLTBkBGp1lG
	lOV9lBUBepIeFim001EbdQ46L9RYQVRKu5+ikGUHrBJrLtPl7Ka6m86n5vT9FU94kNVx
	zZc9rST5PaFxH9FIYTsz5nHfpdQPHL+QSJomc=
MIME-Version: 1.0
Received: by 10.224.200.3 with SMTP id eu3mr1220308qab.279.1313709884176; Thu,
	18 Aug 2011 16:24:44 -0700 (PDT)
Received: by 10.224.178.65 with HTTP; Thu, 18 Aug 2011 16:24:44 -0700 (PDT)
Date: Thu, 18 Aug 2011 16:24:44 -0700
Message-ID: <CAGH67wRFP9nFQLr0Gh-h4rKWrndZSy=6Q+KLC_U5Fg4RD+JMCw@mail.gmail.com>
From: Garrett Cooper <yanegomi@gmail.com>
To: FreeBSD Current <freebsd-current@freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1
Cc: Nathan Whitehorn <nwhitehorn@freebsd.org>
Subject: Well, there goes Windows!
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Discussions about the use of FreeBSD-current
	<freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, 
	<mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current>
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 18 Aug 2011 23:24:45 -0000

So, I used the bsdinstaller again on the 9.0-BETA1 media with manual
partitioning. The HP desktop ate up 3 partitions, I inconveniently
forgot that geom can't grok secondary PC MBR partitions, was fooling
around and cleared the partitions, etc. I hit abort to exit the
partitioner start and from scratch and now my Windows partitions and
recovery partitions are gone.

So, oops... just a word of warning for anyone else that monkeys around
with bsdinstall that it doesn't always hold true to the "will apply
changes at Exit" guarantee right now (i.e. atomicity is busted). If
someone else has a second OS that they'd rather not lose, at least
they will know to reboot their box when committing changes.

I'll inspect the code sometime this weekend to trace down the annoying
bug, but this is probably release gating for new users (and sadly
forces me back to wanting to use sysinstall :/..).

Thanks,
-Garrett