DragonFly kernel List (threaded) for 2008-07
DragonFly BSD
DragonFly kernel List (threaded) for 2008-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

gpt(8) & slice numbers


From: Thomas Nikolajsen <thomas.nikolajsen@xxxxxxx>
Date: Fri, 18 Jul 2008 13:28:49 +0200

>dillon      2008/07/16 18:15:59 PDT
>
>DragonFly src repository
>
>  Modified files:
>    sbin/gpt             add.c 
>  Log:
>  In DragonFly, gpt partitions look like slices in /dev, and we match the
>  slice number to the GPT index to avoid confusion.
>  
>  Fix the reporting of the slice in 'gpt add' (it was off by 1).

This means that the first GPT partition is accessed as
DragonFly slice 0, eg ad6s0.

It would be easier for users and more natural, compared to current use of
slice numbers for MBR, that first GPT partition was slice 1;
is this possible?

Otherwise disklabel[64](8) will have to be updated to very carefully describe
different use of slice 0.

 -thomas
PS: Now I can at least get GPT working ;-)



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]