云计算成功的关键在于基础设施即服务(IaaS)的概念
401
2022-10-10
【云计算】qcow2虚拟磁盘映像转化为vmdk
Software QEMU emulator version 1.7.0 Introduction Since we use VmWare in my company, I started to play with it myself. Being slightly lazy I wanted to reuse some of my KVM images and run them directly in Vmware. Fortunately the process is dead easy. # qemu-img convert -f qcow2 file.qcow2 -O vmdk file.vmdk The same with the new QCOW format, QED: # qemu-img convert -f qed file.qed -O vmdk file.vmdk And to convert a QCOW2 image to the new QED format: # qemu-img convert -f qcow2 file.qcow2 -O qed file.qed That's all folks. Marcin 参考资料: http://sdnhub.cn/index.php/convert-qcow2-to-vmdk/ https://ezunix.org/index.php?title=Convert_qcow_images_to_VmWare_vmdk
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~