On Wed, Sep 07, 2005 at 12:29:22PM +0200, Alexander Hall wrote:
> 
> Well, I was referring to the OBSD MBR partition (of type A6) (aka BIOS 
> partitions), a' la fdisk(8). Maybe a bit unclear on that.
> 
> So, basically, I wondered if it would be possible to extend
> 
>   MBR:  |....|A6 partition..|Unpartitioned|...|
>   OBSD:      |.|wd0a|..|wd0f|
> 
> into
> 
>   MBR:  |....|A6 partition................|...|
>   OBSD:      |.|wd0a|..|wd0f|wd0g|wd0h|...|

Using fdisk it seems possible...

fdisk -e wd0
print
edit <the right number>

refuse to edit in CHS mode to enter in LBA mode then increase the size...

I didn't actually saved but it seemed to work...

-- 
There's no point in being grown up if you can't be childish sometimes.
                -- Dr. Who

Reply via email to