From owner-freebsd-current@FreeBSD.ORG Sat Apr 4 01:23:38 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 E36BD106566C for ; Sat, 4 Apr 2009 01:23:38 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout016.mac.com (asmtpout016.mac.com [17.148.16.91]) by mx1.freebsd.org (Postfix) with ESMTP id C272B8FC15 for ; Sat, 4 Apr 2009 01:23:38 +0000 (UTC) (envelope-from xcllnt@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from mohana-t43.jnpr.net ([66.129.224.36]) by asmtp016.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KHJ0072VYJ5LS90@asmtp016.mac.com> for freebsd-current@freebsd.org; Fri, 03 Apr 2009 18:23:31 -0700 (PDT) Message-id: <7AD352A2-BEDD-4DFD-896D-104E6376D887@mac.com> From: Marcel Moolenaar To: Tai-hwa Liang In-reply-to: <0904040858433.86299@www.mmlab.cse.yzu.edu.tw> Date: Fri, 03 Apr 2009 18:22:07 -0700 References: <95891.1238477069@critter.freebsd.dk> <20090331133132.1e191836@ernst.jennejohn.org> <20090331155542.74d89d64@ernst.jennejohn.org> <60084D1E-9F64-463A-A8E9-7A237D5C7661@mac.com> <0904011910169.29800@www.mmlab.cse.yzu.edu.tw> <0904020940371.36257@www.mmlab.cse.yzu.edu.tw> <4CCDEFD6-830E-4C8F-B7A2-B7878F8842BE@mac.com> <0904021314574.37737@www.mmlab.cse.yzu.edu.tw> <09040309313414.76643@www.mmlab.cse.yzu.edu.tw> <0904031327195.78401@www.mmlab.cse.yzu.edu.tw> <8583A3BA-2871-4DF4-9792-1031044A4A22@mac.com> <09040315161311.79260@www.mmlab.cse.yzu.edu.tw> <1DDB4728-7742-4265-999F-F1A0FC69F9E4@mac.com> <0904040858433.86299@www.mmlab.cse.yzu.edu.tw> X-Mailer: Apple Mail (2.930.3) Cc: freebsd-current@freebsd.org Subject: Re: Removal of GEOM_BSD, GEOM_MBR, GEOM_PC98 and GEOM_SUNLABEL 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: Sat, 04 Apr 2009 01:23:39 -0000 On Apr 3, 2009, at 6:08 PM, Tai-hwa Liang wrote: > # dmesg | grep GEOM > GEOM: new disk cd0 > GEOM_LABEL: Label ufsid/46387cd616292ca8 removed. > GEOM_LABEL: Label for provider ad0s2a is ufsid/46387cd616292ca8. > GEOM_LABEL: Label ufsid/46387cd73d66d2ca removed. > GEOM_LABEL: Label for provider ad0s2d is ufsid/46387cd73d66d2ca. > GEOM_LABEL: Label ufsid/46387cd6c10fa381 removed. > GEOM_LABEL: Label for provider ad0s2e is ufsid/46387cd6c10fa381. > GEOM_LABEL: Label ufsid/46389322544a8c64 removed. > GEOM_LABEL: Label for provider ad0s3+00103bf1a is ufsid/ > 46389322544a8c64. Hmm... the BSD scheme does probe and read. You have partition 'a' under ad0s3+00103bf1 here. It looks like the partition gets spoiled shortly after. Can you enable tracing and check if that's the case? > I can see ad0s3 falls in 'scheme: EBR' but not 'BSD scheme' now: That's correct. ad0s3 is an extended partition. -- Marcel Moolenaar xcllnt@mac.com