From owner-freebsd-geom@FreeBSD.ORG Thu Mar 26 05:09:35 2009 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 8F6091065674 for ; Thu, 26 Mar 2009 05:09:35 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout011.mac.com (asmtpout011.mac.com [17.148.16.86]) by mx1.freebsd.org (Postfix) with ESMTP id 7B7B28FC18 for ; Thu, 26 Mar 2009 05:09:35 +0000 (UTC) (envelope-from xcllnt@mac.com) MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Received: from [192.168.4.253] (mail.xcllnt.net [75.101.29.67]) by asmtp011.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KH3003PSKZYYT80@asmtp011.mac.com> for freebsd-geom@freebsd.org; Wed, 25 Mar 2009 22:09:35 -0700 (PDT) Message-id: From: Marcel Moolenaar To: "Bjoern A. Zeeb" In-reply-to: <20090325214318.Q67075@maildrop.int.zabbadoz.net> Content-transfer-encoding: quoted-printable Date: Wed, 25 Mar 2009 22:09:34 -0700 References: <20090325214318.Q67075@maildrop.int.zabbadoz.net> X-Mailer: Apple Mail (2.930.3) Cc: freebsd-geom@freebsd.org Subject: Re: gpart on top of eli inside a slice is not working 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: Thu, 26 Mar 2009 05:09:35 -0000 On Mar 25, 2009, at 2:57 PM, Bjoern A. Zeeb wrote: > Here=B4s a script to reproduce this on head. First of all: exemplary problem reporting! > Any ideas? The probe method of the GPT scheme explicitly disallows nesting. This is inconsistent with the create method, which happily allows creating a GPT underneath a MBR. The bug is in the create method: GPT cannot be created inside a MBR slice (or any other partioning for that matter). I'll fix that shortly. FYI, --=20 Marcel Moolenaar xcllnt@mac.com