VHD or Virtual Hard Disk is the disk image format used by Microsoft virtualization software such as Microsoft Virtual PC, Windows Virtual PC, Microsoft Virtual Server and Microsoft Hyper-V. VHD file format is not compatible with VMDK or Virtual Machine Disk file format used by VMWare virtual appliance products such as VMware Workstation, VMware Player, VMware Server, VMware Fusion or VMware ESX.

Both VHD and VMDK contains hard disk image which used by virtual machines. Theoretically a VHD can be converted to VMDK format and used as the hard disk image for VMWare virtual machine. In fact, the virtual machines created in Microsoft virtualization products can be easily converted VMWare virtual machines with VMware vCenter Converter.

VMware vCenter Converter is provided as free download by VMWare to facilitate, automate and simply conversions from physical machine to virtual machine as well as conversions between third-party and VMWare virtual machine image formats. The converter converts and imports supported third-party virtual machine for use on a VMWare product complete with converted .VMX and .VMDK from .VMC and .VHD without further customization. However, VMWare vCenter Converter only does conversion from a virtualization server is installed. Users can’t manually select a VHD file for conversion.

If you only have a VHD file, and want to convert it to VMDK format, WinImage can come to rescue. WinImage is a shareware but available for free evaluation use for up to 30 days. WinImage, which available in both 32-bit (x86) and 64-bit (x64) versions, is available for download from http://www.winimage.com/download.htm.

Here’s how to use WinImage to convert a VHD to VMDK disk image:

  1. Install and run WinImage.
  2. Go to Disk in the menu bar and select Convert Virtual Hard Disk Image.

  3. An “Open” dialog box will show up. Make sure that the file type selected is Virtual Hard Disk (*.vhd) which should be default selection. Browse to the folder location for the VHD file, select to highlight the VHD, and then click Open.

  4. Select either Create Fixed Size Virtual Hard Disk or Create Dynamically Expanding Virtual Hard Disk. You should choose the later for more flexibility if you foresee there will extensive usage on the disk image.

  5. On the “Save As” dialog box, change the output format under the Save as Type to VMWare VMDK (*.vmdk). Browse to the folder location which the output disk image to be saved and enter a file name (no extension required).

    When done, click on Save button.

  6. WinImage will start the virtual hard disk image conversion process, which may take a while to complete, depending on the size of the virtual hard disk.

  7. Once the coversion is done, the VMDK vritual disk is ready for use. WinImage will try to mount the converted virtual disk image in the program after the conversion, where it asks user to select the partition to connect to.

    Click OK if you want to open the virtual disk in WinImage, or Cancel to return to main program.

Once the VMDK virtual disk image is created, the VMDK can be added to existing virtual machine as additional hard disk drive to access its content, or used as existing virtual disk when creating new virtual machine.

From: http://www.mydigitallife.info/how-to-convert-and-import-vhd-to-vmdk-vmware/

How to Convert and Import VHD to VMDK (VMWare)的更多相关文章

  1. Convert a VMDK (VMWare) file to VHDX (Hyper-V)

    https://www.meziantou.net/2016/09/09/convert-a-vmdk-vmware-file-to-vhdx-hyper-v Microsoft provides a ...

  2. vdi、vhd、vmdk虚拟格式转换

    VirtualBox带来VBoxManager.exe,可以来转换格式. 命令如下(Windows环境,Linux版的应该也有VBoxManager这个二进制文件): VBoxManager存在于Vi ...

  3. 虚拟硬盘格式vdi、vhd、vmdk相互转换

    Windows7的引导程序能够引导vhd格式的虚拟硬盘,而VirtualBox创建的虚拟硬盘文件是vdi格式的,怎么办呢? 以前要借助其他软件才能实现,但是VirtualBox早就悄悄为我们带来了一个 ...

  4. VMWare File Format Learning && Use VHD File To Boot VMWare && CoreOS Docker Configuration And Running

    目录 . Virtual Machine Introduce . Vmware Image File Format . VHD File Format . Convert VHD File Into ...

  5. 关于将Azure云上磁盘导出-使用VirtualBox转换成vmdk格式的方法记录

    在工作中,经常会遇到虚拟磁盘文件格式的转换需求,尤其是在虚拟化迁移及云环境迁移到DC的虚拟化环境中 或者中转处理,如最近笔者遇到一个需要将Azure Cloud上的磁盘导出到VMware中,但Azur ...

  6. qcow2、raw、vmdk等镜像格式

    转自 http://www.prajnagarden.com/?p=248 http://blog.csdn.net/starshine/article/details/8179483 转者言:对pr ...

  7. KVM磁盘镜像qcow2、raw、vmdk等格式区别(转)

    raw(default) the raw format is a plain binary image of the disc image, and is very portable. On file ...

  8. qcow2、raw、vmdk等镜像格式的比较和基本转换

    注:本文转自http://www.cnblogs.com/feisky/archive/2012/07/03/2575167.html   云计算用一个朋友的话来说:”做云计算最苦逼的就是得时时刻刻为 ...

  9. [React Native] Reduce Long Import Statements in React Native with Absolute Imports

    In large React Native projects, it’s common to have long relative import paths like: import MyCompon ...

随机推荐

  1. 070 01 Android 零基础入门 01 Java基础语法 09 综合案例-数组移位 02 综合案例-数组移位-从键盘接收数据

    070 01 Android 零基础入门 01 Java基础语法 09 综合案例-数组移位 02 综合案例-数组移位-从键盘接收数据 本文知识点:综合案例-数组移位-从键盘接收数据 说明:因为时间紧张 ...

  2. c语言gets函数

    函数gets的原型为:char*gets(char*buffer); 在 stdio.h中定义,如果要程序中用到此函数需包含#include<stdio.h> gets()函数用来从标准输 ...

  3. 【题解】[USACO07NOV]Sunscreen G

    \(Link\) \(\text{Solution:}\) 把奶牛的忍耐度转化为线段,则题目转化为选择一些点使得覆盖的线段尽可能多.一个点只能覆盖一条线段. 考虑将点按照位置排序,线段按照右端点排序. ...

  4. CRUD,分页,排序,搜索与AngularJS在MVC

    下载source - 53.1 MB 介绍 在选择最新的技术时,有几个因素会起作用,包括这些技术将如何与我们的项目集成.这篇文章解决了开始使用AngularJS和MVC的乞丐的问题.这篇文章告诉使用语 ...

  5. js 正则表达式 判断val是不是整数

    function isIntNum(val){ var regPos = / ^\d+$/; // 非负整数 // var regNeg = /^\-[1-9][0-9]*$/; // 负整数 if( ...

  6. ubuntu20 使用命令安装 redis

    安装 redis sudo apt-get install redis-server -y 配置文件 vi /etc/redis/redis.conf # 设置端口 port # 设置密码 requi ...

  7. docker-管理容器常用命令

    1. docker-管理容器常用命令 2. docker管理容器常用命令 1)  docker ps 显示当前正在运行的容器 [root@test-1 ~]# docker ps CONTAINER ...

  8. 正式班D9

    2020.10.16星期五 正式班D9 一.vmware workstation的使用 虚拟机管理软件 定义 虚拟机(Virtual Machine)软件是一套特殊的软件,它可以作为操作系统独立运行, ...

  9. trade可撤销贪心正确性证明

    鉴于tarde这道题正解过于好写,导致我对这个诡异的贪心的正确性产生了疑问,所以花了2h的时间与同机房神犇M-Blanca,Midoria7,goote~进行讨论,最后与goote~犇犇各得出了一个正 ...

  10. 【组合计数】visit

    题目大意 从 \((0,0)\) 开始,每次只可走上下左右一个单位长度,可走重复路,求第 \(T\) 步正好走到 \((n,m)\) 的方案数. 答案要求对 \(MOD\) 取模,\(MOD\) 保证 ...