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.

  • 相关阅读:
    Oracle之PL/SQL学习笔记
    Git常用命令
    Web前端上万字的知识总结
    Objective-C中小怪兽的逻辑
    PHP精选数组函数
    数据库连接字符串方法
    WM_CAP_DRIVER_CONNECT
    GB2312/ANSI编码转中文字符
    opencv播放不了AVI视频的问题
    我的MFC/C++学习笔记 http://blog.bccn.net/CrystalFan/6909
  • 原文地址:https://www.cnblogs.com/jinanxiaolaohu/p/9255830.html
Copyright © 2011-2022 走看看