From owner-freebsd-current@FreeBSD.ORG Wed Feb 4 14:23:41 2009 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 17E5E1065677 for ; Wed, 4 Feb 2009 14:23:41 +0000 (UTC) (envelope-from marius@nuenneri.ch) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 811A78FC31 for ; Wed, 4 Feb 2009 14:23:40 +0000 (UTC) (envelope-from marius@nuenneri.ch) Received: by nf-out-0910.google.com with SMTP id h3so368977nfh.33 for ; Wed, 04 Feb 2009 06:23:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.86.95.20 with SMTP id s20mr1138732fgb.40.1233757419235; Wed, 04 Feb 2009 06:23:39 -0800 (PST) In-Reply-To: References: <20090203082153.565746e2@zelda.local> Date: Wed, 4 Feb 2009 15:23:39 +0100 Message-ID: From: =?ISO-8859-1?Q?Marius_N=FCnnerich?= To: Ivan Voras Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: GEOM_PART: a quick update on logical partitions 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: Wed, 04 Feb 2009 14:23:41 -0000 On Tue, Feb 3, 2009 at 2:06 PM, Ivan Voras wrote: > Marius N=FCnnerich wrote: > >> I'm not happy with the symlinks either. When someone is manipulating a >> partition table she should be able to live with the consequences. I >> would rather go for the UUID in UFS header approach if there is enough >> room. BTW I implemented GPT UUID glabels a while ago please see: >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D128398 > > I have a patch for UFS "GUID" labels (not exactly GUIDs, but every UFS > file system has a reasonably unique ID associated with it) but have > encountered what seems a bug in GEOM slicers - two dev entries pointing > to the same device don't work well with orphaning/tasting. Have you > encountered something similar perhaps? I haven't encountered strange behaviour there but I will test it again.