【雲計算】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

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM