Import Vmare Host Disk to ProxMox

Hi BiagioParuolo,

in what vmdk-format are the disks?

With single grow able disk you can use use qemu-img:
qemu-img convert -f vmdk image.vmdk -O <format> outfile

Flat images can easily be renamed to raw:
mv image-flat.vmdk image.raw

If there are other formats you can use vmware-vdiskmanager to convert your images.

esco
 
If you import to Proxmox VE as KVM guest, yes. Containers are different.