Convert raw to vmdk

  • Thread starter Thread starter xReaper
  • Start date Start date
X

xReaper

Guest
Hello, i would like to move one virtual machine to another host, however this host is not useing proxmox, and i need a classic formad vmdk, i have created the hard drive in raw format, is there any way i can convert raw machine into vmdk ?
Thank you.
 
Hello, i would like to move one virtual machine to another host, however this host is not useing proxmox, and i need a classic formad vmdk, i have created the hard drive in raw format, is there any way i can convert raw machine into vmdk ?
Thank you.

see 'man qemu-img'
 
Yes

Code:
cd /var/lib/vz/images/xxx qemu-img convert diskimage.vmdk diskimage.raw


See "man qemu-img" about selecting a specific vmdk version if neccecary.