From owner-freebsd-fs@FreeBSD.ORG Wed Nov 26 10:39:37 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E48A1106564A for ; Wed, 26 Nov 2008 10:39:37 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 6DA118FC1A for ; Wed, 26 Nov 2008 10:39:37 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so247496fgb.35 for ; Wed, 26 Nov 2008 02:39:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=dgB/E+GB45PyGOEBt69mKuSGzaMTijjmKLZaJO+ezk0=; b=Lt/lreRbA/PzdRxs60vQgCjOGeWSTVVE/tHLiLW1Sp59xmi2u4ejAfjHYQ3VIDe6Q1 ea4w+CpW7UrKdZOcc3cwKL32MBREZRMKv8XHoz7BCwuArltAsP8d71SBmEwSdnzKv1tU bC7kXreecOMtliMHZXXdu38uQaDzXeb1zFGx8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=lm7Guf8vYrGHrEBw3/P3XI2oD4D7uns7PoAylW2NEVliEujF9pKmE16xB8P9V4PWgr Y/yP4x3BdEpT6mKcmWBDx+q3GncS8M9pmoJklxQ+XZLbeyL0guZYN00APzXPGvJGY2+p a9gBpbp4yXefPerSawSkDpjyLX3rRLXeObIfQ= Received: by 10.181.197.6 with SMTP id z6mr1483384bkp.213.1227695976015; Wed, 26 Nov 2008 02:39:36 -0800 (PST) Received: by 10.181.49.2 with HTTP; Wed, 26 Nov 2008 02:39:35 -0800 (PST) Message-ID: <9bbcef730811260239k68ccec3ah7acf480b7d1b765e@mail.gmail.com> Date: Wed, 26 Nov 2008 11:39:35 +0100 From: "Ivan Voras" To: "Daniel O'Connor" In-Reply-To: <200811262102.15437.doconnor@gsoft.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200811201215.42008.doconnor@gsoft.com.au> <200811261011.06490.doconnor@gsoft.com.au> <9bbcef730811260147n473d213y10a5dc93273e4e5d@mail.gmail.com> <200811262102.15437.doconnor@gsoft.com.au> Cc: freebsd-fs@freebsd.org Subject: Re: Unique ID for UFS? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2008 10:39:38 -0000 2008/11/26 Daniel O'Connor : >> I've created a patch for it already but I've encountered a bug (either >> in label, slice or geom tasting) that makes having multiple labels for >> the same device almost unusable. > > Hmm OK.. I must confess I only loaded my module and checked that it created > the device nodes, I haven't tried mounting it yet :) See if re-tasting works after labels have been mounted and unmounted (i.e. if you get both labels back after spoiling destroys them).