qcow2虚拟磁盘映像转化为vmdk

用于linux 虚拟机转换到vmaware virtual box 虚拟机

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

qemu-img convert -f qcow2 C:\download\rhce考试环境\images\rh254-classroom-vda.qcow2 -O vmdk c:\tmp\rh254-classroom-vda.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

GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:23 天前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐