From owner-freebsd-geom@FreeBSD.ORG Sat Apr 21 07:54:04 2007 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0FF6416A401; Sat, 21 Apr 2007 07:54:04 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id BB52D13C43E; Sat, 21 Apr 2007 07:54:03 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l3L7rqOM066844; Sat, 21 Apr 2007 01:53:52 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4629C2FE.9030301@samsco.org> Date: Sat, 21 Apr 2007 01:53:34 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <86wt076k7u.fsf@dwp.des.no> <619464E1-1CB4-4CFC-9ECF-7FC90DC24A20@mac.com> <863b2u18hz.fsf@dwp.des.no> In-Reply-To: <863b2u18hz.fsf@dwp.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Sat, 21 Apr 2007 01:53:52 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: freebsd-geom@freebsd.org, Marcel Moolenaar , Ivan Voras , freebsd-current@freebsd.org Subject: Re: GPT as default? 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, 21 Apr 2007 07:54:04 -0000 Dag-Erling Smørgrav wrote: > Marcel Moolenaar writes: >> On Apr 20, 2007, at 10:15 AM, Dag-Erling Smørgrav wrote: >>> Currently, it is not even possible to list the GPT, let alone create >>> new partitions, if one of the partitions is open. GPT can not be the >>> default partitioning scheme until this is addressed. >> You can list with the -r option. You cannot create unless you allow >> foot-shooting in GEOM (i.e. set kern.geom.debugflags=16). The latter >> a known side-effect of GEOM and has nothing to do with GPT itself. > > No, it is a known side effect of geom_gpt's poor design. Compare with > geom_bsd, for instance. > And as much as it pains me to say it, DES is right here ;-) geom_gpt needs to implement the appropriate verbs to allow apps to instruct the gpt instance to modify itself, instead of forcing apps to blindly overwrite it. Scott