Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2002 09:02:33 +0930
From:      Greg 'groggy' Lehey <grog@FreeBSD.org>
To:        Hans Lambermont <hans@lambermont.dyndns.org>
Cc:        freebsd-stable@freebsd.org, freebsd-fs@freebsd.org
Subject:   Re: fdisk seems broken for slices above cyl 1023
Message-ID:  <20020616233233.GC56375@wantadilla.lemis.com>
In-Reply-To: <20020616232401.C91106@moya.lambermont.dyndns.org>
References:  <20020616232401.C91106@moya.lambermont.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday, 16 June 2002 at 23:24:01 +0200, Hans Lambermont wrote:
> Hi,
>
> I'm battling with fdisk on a 20 GB disk with 4 slices.
>
> This is the disk:
> ad0: 19077MB <TOSHIBA MK2018GAP> [38760/16/63] at ata0-master UDMA100
> On FreeBSD 4.6-RC #1: Sun Jun 16 2002
> Fdisk translates the geometry to : cylinders=2584 heads=240
> sectors/track=63 (15120 blks/cyl)
>
> This disk was partitioned during sysinstal in 4 slices:
>     /dev/ad0s1 Suspend to Disk, 0.3 GB
>     /dev/ad0s2 FreeBSD slice 1, 8.3 GB
>     /dev/ad0s3 FreeBSD slice 2, 8.3 GB
>     /dev/ad0s4 other,           2.4 GB
> (etc)
> Still 124 ?!
>
> This is seriously wrong. This looks like an fdisk bug to me.

Yes, correct.  fdisk truncates the cylinder number to 10 bits.  I
looked at the code a couple of days ago, but it's such a mess that the
best thing to do would be to throw it away and start again, possibly
importing something from NetBSD or OpenBSD.

> Any help is appreciated.

Don't talk about cylinders with fdisk.  It works OK with LBA mode
(start and end sector).

Greg
--
See complete headers for address and phone numbers

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020616233233.GC56375>