From owner-freebsd-current@FreeBSD.ORG Thu Sep 8 21:05:15 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 F0134106566C; Thu, 8 Sep 2011 21:05:15 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from mail.digiware.nl (mail.digiware.nl [217.149.136.189]) by mx1.freebsd.org (Postfix) with ESMTP id A90F18FC13; Thu, 8 Sep 2011 21:05:15 +0000 (UTC) Received: from rack1.digiware.nl (localhost.digiware.nl [127.0.0.1]) by mail.digiware.nl (Postfix) with ESMTP id DB11F153434; Thu, 8 Sep 2011 22:54:15 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from mail.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xvtk4rJWbBo4; Thu, 8 Sep 2011 22:54:14 +0200 (CEST) Received: from [IPv6:2001:4cb8:3:1:daa2:5eff:fe4e:36d2] (unknown [IPv6:2001:4cb8:3:1:daa2:5eff:fe4e:36d2]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.digiware.nl (Postfix) with ESMTPS id 1B680153433; Thu, 8 Sep 2011 22:54:14 +0200 (CEST) References: <4E68E999.9020800@digiware.nl> <4E68F493.20805@FreeBSD.org> In-Reply-To: <4E68F493.20805@FreeBSD.org> Mime-Version: 1.0 (iPad Mail 8C148) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <7B81616B-F346-4DCB-A0A8-F5836DD5DC61@digiware.nl> X-Mailer: iPad Mail (8C148) From: Willem Jan Withagen Date: Thu, 8 Sep 2011 23:05:29 +0200 To: "Andrey V. Elsukov" X-Mailman-Approved-At: Thu, 08 Sep 2011 22:21:48 +0000 Cc: FreeBSD Current , Nathan Whitehorn Subject: Re: FreeBSD 9.0-BETA2 invalid ada0 layout prevents installation 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, 08 Sep 2011 21:05:16 -0000 Op 8 sep. 2011 om 19:00 heeft "Andrey V. Elsukov" het volge= nde geschreven: > On 08.09.2011 20:13, Willem Jan Withagen wrote: >> This however results in that I can not find any "normal" way in the >> guided and expert config menus to actual tell it to use the whole disk >> for a new fresh FreeBSD install. >>=20 >> it keeps complaining >> Operation not permitted >> 'ada0 table is corrupt' >=20 > Do you mean new FreeBSD installer? The one that get run, once you boot memstick img. So i guess so, IT doesn't look like the old one. >=20 >> Only way to proceeds seems to be is to go to shell, dd /dev/zero over >> the first few blocks and then restart.... >>=20 >> Not shure that many people that end up using a ZFS old disk, also do not >> know how to fix this. But then again, what is there is another "corrupt" >> GPT setup on the disk... >=20 > If your partition table marked as corrupt, you can only destroy or > recover it. But even just deleting It dit not work Next to the fact, that IT came out of a functional zfs-raid set, shift was c= orrector shutdown. So The gpt-table being corrupt is doubtfull. Also because i coups read the table just fine in the emergency-Shell. No errors no warnings.=20 --wJw