From owner-freebsd-geom@FreeBSD.ORG Sun Oct 19 21:14:07 2008 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 AD9581065670 for ; Sun, 19 Oct 2008 21:14:07 +0000 (UTC) (envelope-from marius@nuenneri.ch) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 718D28FC18 for ; Sun, 19 Oct 2008 21:14:07 +0000 (UTC) (envelope-from marius@nuenneri.ch) Received: by wa-out-1112.google.com with SMTP id n4so836947wag.27 for ; Sun, 19 Oct 2008 14:14:06 -0700 (PDT) Received: by 10.114.147.7 with SMTP id u7mr4793110wad.145.1224450846767; Sun, 19 Oct 2008 14:14:06 -0700 (PDT) Received: by 10.115.89.3 with HTTP; Sun, 19 Oct 2008 14:14:06 -0700 (PDT) Message-ID: Date: Sun, 19 Oct 2008 23:14:06 +0200 From: "=?ISO-8859-1?Q?Marius_N=FCnnerich?=" To: "Marcel Moolenaar" In-Reply-To: <7353F23F-F944-47C9-A97D-6DE247F958AE@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <9e77bdb50810011331y7216eac3yf85907f96f5e8370@mail.gmail.com> <7353F23F-F944-47C9-A97D-6DE247F958AE@mac.com> Cc: Cyrus Rahman , freebsd-geom@freebsd.org Subject: Re: Experiences with Gpart 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: Sun, 19 Oct 2008 21:14:07 -0000 On Sun, Oct 19, 2008 at 10:18 PM, Marcel Moolenaar wrote: > > On Oct 19, 2008, at 10:24 AM, Marius N=FCnnerich wrote: > >>> Despite the intent of gpt's being to make such nesting unnecessary, as >>> a means of defining the structure of gmirrors, which take up the >>> entire extent of whatever encloses them, the nesting was very helpful. >> >> Maybe nesting simply works if you comment the first if in >> g_part_gpt_probe() in >> sys/geom/part/g_part_gpt.c ? I don't get why this is restricted, should = be >> my >> decision to nest or not imo. > > Nesting is not allowed as per the GPT specification. OK. It doesn't make much sense for slices too, but is still allowed.