Virtualisation: Difference between revisions

From Smithnet Wiki
Jump to navigation Jump to search
(Created page with "== Hyper-V == Convert an OVF image to Hyper-V: qemu-img convert -p -f vmdk -O vpc centos_disk.vmdk centos_disk.vhd")
 
Line 1: Line 1:
== Hyper-V ==
== Hyper-V ==


Convert an OVF image to Hyper-V:
Convert VMware to Hyper-V:
  qemu-img convert -p -f vmdk -O vpc centos_disk.vmdk centos_disk.vhd
  qemu-img convert -p -f vmdk -O vpc centos_disk.vmdk centos_disk.vhd

Revision as of 12:49, 18 March 2023

Hyper-V

Convert VMware to Hyper-V:

qemu-img convert -p -f vmdk -O vpc centos_disk.vmdk centos_disk.vhd