Hi
Offenbar gibt es doch Licht am Ende des Tunnels. Aus der geom Mailingliste:
GEOM_PART_GPT cannot be nested.
You should backup your data and recreate your partitions, then restore the data.
The hackish way: you can remove GEOM_PART_MBR and GEOM_PART_EBR from your kernel config,
and use GEOM_MBR instead. But you can still use GEOM_PART_GPT. In this case GEOM_PART_GPT will be
attached to the GEOM_MBR provider and nesting will not be detected.
in der Bugs Mailingliste habe ich auch noch etwas gefunden:
Ich werde mir jetzt einen Kernel bauen mit
#define GEOM_BSD 1
#define GEOM_LABEL 1
#define GEOM_PART_GPT 1
#define GEOM_MBR 1
hört sich ja an, als könnte das funktionieren
Grüße
Nicola
>> Es gab da mal eine Diskussion auf der geom-Liste. Das wird nicht
>> mehr unterstützt. gpt innerhalb von gpt/mbr/bsd-partitionen wird
>> ab, ich glaube, 8.0 einfach ignoriert. :(
>
> sd-questions" in the body of the message
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Mon 03 Sep 2012 - 15:56:21 CEST