zoukankan      html  css  js  c++  java
  • qemu-img.exe 工具 简介

    1. 下载地址

    https://cloudbase.it/qemu-img-windows/

    2. 解压缩 然后扔到 system32目录下

    或者是 修改环境变量--

    我很懒,我决定扔到system32目录下

    3. 打开cmd 或者是powershell

    最简单的办法 cd 到vhdx 存放路径下面

    执行命令

     qemu-img.exe convert -f vhdx -O qcow2 Win2012r2WithUpdate.vhdx  Win2012r2WithUpdate.qcow2

    4. 这个貌似能实现 几乎所有的磁盘格式的互转.

    很好用的小工具

    官网上面的说明

    Supported formats

    Image formatArgument for -f and -O options
    VMDK (VMware) vmdk
    QCOW2 (KVM, Xen) qcow2
    VHD (Hyper-V) vpc
    VHDX (Hyper-V) vhdx
    RAW raw
    VDI (VirtualBox) vdi

    Usage examples

    Convert a QCOW2, RAW, VMDK or VDI image to VHDX

    Convert a QCOW2, RAW, VMDK or VDI image to VHD

    Subformat can be either “dynamic” or “fixed” for VHD (vpc) or VHDX.

    Note: use the fixed VHD subformat for Azure, the conversion will automatically take care of the required 1MB virtual size alignment.

    Check a virtual disk for consistency

    Get info about a virtual disk

    Run qemu-img.exe -h or see the manual page for a complete list of all supported options.

  • 相关阅读:
    Django 基础教程
    Python之路【第十七篇】:Django【进阶篇 】
    Python之路【第十六篇】:Django【基础篇】
    Python之路【第十五篇】:Web框架
    AngularJS 教程
    jQuery
    最小公倍数生成树
    51nod 1743 雪之国度
    codeforces 633F The Chocolate Spree
    hihocoder 1246 王胖浩与环
  • 原文地址:https://www.cnblogs.com/jinanxiaolaohu/p/9255830.html
Copyright © 2011-2022 走看看