Raw partition support
Posted: 28. Aug 2017, 21:16
I need some insights on disks based on raw partitions, that is the command:
Code: Select all
VBoxManage internalcommands createrawvmdk -filename <vmdk path> -rawdisk <device> -partitions #
- What is the partitioning scheme of the virtual disk image?
GPT, MBR, or the same as the physical disk? - Can I specify a different scheme (different from the default used)?
- As regard MBR virtual disks, what is the MBR used (if I do not use the "-mbr" option)?
Nothing (empty space allocated), a standard VB MBR, or it is copied from the physical disk?