Subject: Re: Disklabel problems
To: Chris Rupnik <chrisr@geeknet.montreal.qc.ca>
From: Patrick Welche <prlw1@cam.ac.uk>
List: port-i386
Date: 09/07/1998 16:41:10
Chris Rupnik wrote:
> 
>  Is there any way to correctly fix this?

> 3 partitions:
> #        size   offset    fstype   [fsize bsize   cpg]
>   a:  4500000        0      4.2BSD     1024  8192    16
>   b:   533952  4500000        swap                     
>   c:  5033952        0      unused        0     0      

Pass, but I'd try

#        size   offset    fstype   [fsize bsize   cpg]
  a:  4500720        0      4.2BSD     1024  8192    16
  b:   533232  4500720        swap                     
  c:  5033952        0      unused        0     0      

first, and then

#        size   offset    fstype   [fsize bsize   cpg]
  a:  4500688       32      4.2BSD     1024  8192    16
  b:   533232  4500720        swap                     
  c:  5033952        0      unused        0     0      

Good luck,

Patrick