Opened 17 years ago
Closed 17 years ago
#888 closed defect (invalid)
creation incompatible partitioned vmdk file
Reported by: | camez | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.5.2 |
Keywords: | vboxmanage createrawvmdk | Cc: | |
Guest type: | other | Host type: | other |
Description
vboxmanage internalcommands createrawvmdk -partitions X ...
create a incompatible vmdk file with vmware's.
Because, "0" is missing after RW 63 FLAT "sda-pt.vmdk"
.
RW 63 FLAT "sda-pt.vmdk" 0 is better.
Note:
See TracTickets
for help on using tickets.
You're really sure it's incompatible? This would mean that VMware's VMDK specification document is wrong, as the code in VBox is implemented simply by reading the specs and the examples they contain.