From owner-freebsd-geom@FreeBSD.ORG Sat Sep 8 19:42:01 2012 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5C3E106564A for ; Sat, 8 Sep 2012 19:42:01 +0000 (UTC) (envelope-from prvs=0598fe9ac8=nti@w4w.net) Received: from smtp.w4w.net (mail.w4w.de [87.225.242.3]) by mx1.freebsd.org (Postfix) with ESMTP id 94AC48FC0A for ; Sat, 8 Sep 2012 19:42:01 +0000 (UTC) Received: by smtp.w4w.net (Exim 4.80/w4w) with ESMTPSA from nti.openvpn.local ([192.168.33.1] helo=zorissa.wfwpc) (TLSv1:AES128-SHA:128) (envelope-from ) authenticated as nti id 1TAQug-000PVq-7d; Sat, 08 Sep 2012 21:41:54 +0200 Content-Type: text/plain; charset=koi8-r Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\)) From: Nicola Tiling In-Reply-To: <1D584B09-1FC0-4E8C-AA9B-B2840F19EBB0@w4w.net> Date: Sat, 8 Sep 2012 21:41:51 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <504439EC.5000004@yandex.ru> <1D584B09-1FC0-4E8C-AA9B-B2840F19EBB0@w4w.net> To: "Andrey V. Elsukov" X-Mailer: Apple Mail (2.1486) Cc: freebsd-geom@freebsd.org Subject: Re: GPT partitions missing, upgrading 7.4 to 8.3 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 19:42:01 -0000 I've build a new kernel with nooptions GEOM_PART_BSD nooptions GEOM_PART_EBR nooptions GEOM_PART_EBR_COMPAT nooptions GEOM_PART_MBR options GEOM_BSD options GEOM_LABEL options GEOM_PART_GPT options GEOM_MBR Now my gpt partitions are seen under 8.3 :-) I'm unsure wether to use = GEOM_BSD or GEOM_PART_BSD - but it works. Thanks - Nicola >> GEOM_PART_GPT cannot be nested. >> You should backup your data and recreate your partitions, then = restore the data. >>=20 >> The hackish way: you can remove GEOM_PART_MBR and GEOM_PART_EBR from = your kernel config, >> and use GEOM_MBR instead. But you can still use GEOM_PART_GPT. In = this case GEOM_PART_GPT will be >> attached to the GEOM_MBR provider and nesting will not be detected. >>=20 >> --=20 >> WBR, Andrey V. Elsukov