From owner-freebsd-current@FreeBSD.ORG Thu Apr 2 16:45:16 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 35D7010656C2 for ; Thu, 2 Apr 2009 16:45:16 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout015.mac.com (asmtpout015.mac.com [17.148.16.90]) by mx1.freebsd.org (Postfix) with ESMTP id 185018FC20 for ; Thu, 2 Apr 2009 16:45:16 +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 jflores-gxdt755.jnpr.net ([66.129.224.36]) by asmtp015.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KHH00GA4FV4S130@asmtp015.mac.com> for freebsd-current@freebsd.org; Thu, 02 Apr 2009 09:45:05 -0700 (PDT) Message-id: From: Marcel Moolenaar To: Tai-hwa Liang In-reply-to: <0904021314574.37737@www.mmlab.cse.yzu.edu.tw> Date: Thu, 02 Apr 2009 09:43:43 -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> 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: Thu, 02 Apr 2009 16:45:19 -0000 On Apr 1, 2009, at 10:16 PM, Tai-hwa Liang wrote: > GENERIC kernel as of today(read: with GEOM_PART_{BSD,EBR,MBR} in > DEFAULT > and no GEOM{BSD,MBR}): > > # geom show > => 63 228338775 ad0 MBR (109G) > 63 18688257 1 !12 (8.9G) > 18688320 16783200 2 freebsd [active] (8.0G) > 35471520 192855600 3 !15 (92G) > 228327120 11718 - free - (5.7M) Can you dump the first 2 sectors of slice 3 and send it to me: dd if=/dev/ad0s3 of=/tmp/dump.dd count=2 bs=512 I suspect the EBR has some data where it shouldn't and as such is rejected by the EBR scheme. Could you also send me the confxml output: sysctl -b kern.geom.confxml > geom.xml Thanks! -- Marcel Moolenaar xcllnt@mac.com