I'm running 7.2.
I exported a dual disk file vm but cannot start it on vmware.
After backing it up, I used the following to convert the two disks into a single vmdk.
# qemu-img convert -O vmdk -f raw disk-drive-scsi0.raw disk-drive-scsi1.raw c6-voip.vmdk
When trying to start it using vsca, I get;
"Unsupported or invalid disk type 2 for 'scsi0:0'. Ensure that the disk has been imported"
I assume there's a trick to exporting vms that have more than a single disk?
I exported a dual disk file vm but cannot start it on vmware.
After backing it up, I used the following to convert the two disks into a single vmdk.
# qemu-img convert -O vmdk -f raw disk-drive-scsi0.raw disk-drive-scsi1.raw c6-voip.vmdk
When trying to start it using vsca, I get;
"Unsupported or invalid disk type 2 for 'scsi0:0'. Ensure that the disk has been imported"
I assume there's a trick to exporting vms that have more than a single disk?
Last edited: