From owner-freebsd-current@FreeBSD.ORG Mon Jan 5 11:59:19 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7283106566B for ; Mon, 5 Jan 2009 11:59:19 +0000 (UTC) (envelope-from nyan@jp.FreeBSD.org) Received: from sakura.ccs.furiru.org (unknown [IPv6:2001:2f0:104:8060::1]) by mx1.freebsd.org (Postfix) with ESMTP id 536D18FC14 for ; Mon, 5 Jan 2009 11:59:19 +0000 (UTC) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (authenticated bits=0) by sakura.ccs.furiru.org (unknown) with ESMTP id n05BxEGs071600; Mon, 5 Jan 2009 20:59:16 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Mon, 05 Jan 2009 20:59:12 +0900 (JST) Message-Id: <20090105.205912.94971317.nyan@jp.FreeBSD.org> To: xcllnt@mac.com From: Takahashi Yoshihiro In-Reply-To: <8BF346D6-B7EB-4FFC-9216-FEFCABBDADB8@mac.com> References: <354036B7-A4AA-4D66-A2AC-9CB66D292FAA@mac.com> <20081220.154722.162072679.nyan@jp.FreeBSD.org> <8BF346D6-B7EB-4FFC-9216-FEFCABBDADB8@mac.com> X-Mailer: Mew version 6.2 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: gpart 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: Mon, 05 Jan 2009 11:59:19 -0000 In article <8BF346D6-B7EB-4FFC-9216-FEFCABBDADB8@mac.com> Marcel Moolenaar writes: > I think the problem is with the perceived geometry. > If you boot verbose with GEOM_PC98, do you see that > the fwsectors/fwheads are being guessed? If not, can > you tell me what the fwsectors and fwheads values > are? The value of the fwheads and fwsectors are: g_pc98_taste(PC98,da0): 8 heads / 128 sectors > With GEOM_PART_PC98, can you run: > gpart list da0 The result is: Geom name: da0 fwheads: 255 fwsectors: 63 last: 40017914 first: 16065 entries: 16 scheme: PC98 Providers: 1. Name: da0s1 Mediasize: 321542645760 (299G) Sectorsize: 512 Mode: r0w0e0 rawtype: 17428 attrib: active attrib: bootable label: FreeBSD length: 321542645760 offset: 8225280 type: freebsd index: 1 Consumers: 1. Name: da0 Mediasize: 20496236544 (19G) Sectorsize: 512 Mode: r0w0e0 --- TAKAHASHI Yoshihiro