Dear Colleagues,
I've Proxmox VM with 5 additional disks (vm-118-disk-0.qcow2, vm-118-disk-1.qcow2,vm-118-disk-2.qcow3, vm-118-disk-3.qcow2, vm-118-disk-4.qcow2)
How can I convert it to vmdk (vm118.vmdk) ?
My steps, I tried to use the next command into shell Proxmox 7.2.3 :
1.
qemu-img convert -p -f qcow2 -O vmdk vm-118-disk-0.qcow2 vm-118-disk-1.qcow2 vm-118-disk-2.qcow3 vm-118-disk-3.qcow2 vm-118-disk-4.qcow2 vm118.vmdk
2.
So, after that I used command:
vmkfstools -i vm118.vmdk -d thin vm118new.vmdk
Unfortunately new file vm118new.vmdk ran into VMWare but without additional disks inside.
Please advise and assistance me with this question.
With respect, Dmitriy
I've Proxmox VM with 5 additional disks (vm-118-disk-0.qcow2, vm-118-disk-1.qcow2,vm-118-disk-2.qcow3, vm-118-disk-3.qcow2, vm-118-disk-4.qcow2)
How can I convert it to vmdk (vm118.vmdk) ?
My steps, I tried to use the next command into shell Proxmox 7.2.3 :
1.
qemu-img convert -p -f qcow2 -O vmdk vm-118-disk-0.qcow2 vm-118-disk-1.qcow2 vm-118-disk-2.qcow3 vm-118-disk-3.qcow2 vm-118-disk-4.qcow2 vm118.vmdk
2.
So, after that I used command:
vmkfstools -i vm118.vmdk -d thin vm118new.vmdk
Unfortunately new file vm118new.vmdk ran into VMWare but without additional disks inside.
Please advise and assistance me with this question.
With respect, Dmitriy