i have a LDM disk created by windows as such
with geom_part_ldm module
now i need to create a new NTFS partition inside the LDM scheme not the MBR scheme but whenever i do
it errors out as follow
i think that this is because gpart is still assuming the scheme to be MBR but i have no idea how to make it think that it is LDM indeed
there is another issue that is more weird and i have no idea what's happening related to it
that is whenever i kldload or unload geom_part_ldm, bsdisks crashes with segfault and a dumped core, that is not as interesting or weird as the fact thatwhenever bsdisks crashes as this, gpart says that the MBR geom with the ms-ldm-data partitions doesn't exist whenever i unload the geom_part_ldm module gpart says the ada0 geom doesn't exist, what could be causing this?
with geom_part_ldm module
now i need to create a new NTFS partition inside the LDM scheme not the MBR scheme but whenever i do
Code:
gpart add -t ntfs -s 629145600 ada0
i think that this is because gpart is still assuming the scheme to be MBR but i have no idea how to make it think that it is LDM indeed
there is another issue that is more weird and i have no idea what's happening related to it
that is whenever i kldload or unload geom_part_ldm, bsdisks crashes with segfault and a dumped core, that is not as interesting or weird as the fact that