Subject: Re: Disklabel Problem
To: None <port-sparc@NetBSD.org>
From: James Bilotto <jb13@gomerbud.com>
List: port-sparc
Date: 10/28/2004 10:06:28
On Thu, Oct 28, 2004 at 01:50:12PM +0100, Gary Parker wrote:
> partition> P
> 3 partitions:
> # size offset fstype [fsize bsize cpg/sgs]
> a: 4194304 0 4.2BSD 2048 16384 27440 # (Cyl. 0 -
> 1978*)
> b: 327680 4194304 swap # (Cyl. 1978*-
> 2133*)
well, b starts on the same cylinder that a ends at.
> c: 17850000 0 unused 0 0 # (Cyl. 0 -
> 8419*)
[...]
> c: 17844224 0 unused 0 0 # (Cyl. 0 -
> 8712)
and the c partitions are difernt sizes. note how the new c has less
cylinders but is larger, i think your disk geometry is off.
jb13