First, make sure you have qemu.
apt install qemu
Then, you can convert the file:
qemu-img convert -O vmdk disk.img disk.vmdk
Lastly, you can move the file to its VM destination.
mv disk.vmdk ~/vmware/vm-target/
First, make sure you have qemu.
apt install qemu
Then, you can convert the file:
qemu-img convert -O vmdk disk.img disk.vmdk
Lastly, you can move the file to its VM destination.
mv disk.vmdk ~/vmware/vm-target/