-
Written By
Yousuf Hasan -
Published on
November 20th, 2018 -
Updated on
September 8, 2022 -
Read Time
4 minutes
Virtualization has been a great and the extended way to utilize the hardware. Today many companies has virtualized their environment with VMware, HYPER V or other virtual product. But what if because of some reasons you require to change your virtual environments but unable to access the file created by that particular product like Vmware. Recently I have noticed there is a lot of queries about how to recover backups made within VMware into a Hyper-V environment. This article will help you find out the way to convert Vmware to Hyper V environment by accessing VMDK file as VHDX format.
VMware Server which has made it possible to partition a single physical drive into multiple virtual machines and support VMDK file extension. VMware server can now easily executed on Windows, Solaris, Linux, and Netware.
Hyper-V is a virtual hard disk (VHD) format found in Windows Server. One of the main advantages of switching to VHDX is its increased storage capacity is in terabytes. Either you are switching from VHD or from other formats like VMDK.
Note: Blog provide you DIY steps to successfully perform that conversion of virtual files from VMDK to VHDX, we will use Microsoft Virtual Machine Converter.
Let’s start with the procedure of how can do it.
1. Download the Microsoft Virtual Machine Converter
2. Start the installation of the wizard with the default options.
C:\Program Files\Microsoft Virtual Machine Converter\MvmcCmdlet.psd1
Cautious: If you have downloaded the full VM from Vmware, then it will create two VMDK files. One with “-flat.vmdk” that is the size of the disk and another is with “.vmdk” which is of 1-2 KB. When you type the command to start the conversion use the path of the disk with “.vmdk” extension. Don’t get confused. If you by mistake take the path of “-flat.vmdk”, you will get an error “No suitable drive was found at path”
The standard command that you are using
SourceLiteralPath Source path of the VMDK file.
DestinationLiteralPath Destination path for VHD file
VhdType Specify the FixedHarddisk OR DynamicHarddisk.
VhdFormat The disk format VHD or VHDX.
After the conversion process is completed open the Destination path and you will see a new file with the VDHX extension.
Here we have converted a VMware Client into HYPER-V. Please make sure that you follow the steps properly as explained here. Otherwise, you might face problems like disk file corruptions although the Microsoft Virtual Machine Converter will convert Vmware to Hyper V you are unable to access the .vhdx file on Virtual Machine or start the VM machine.
If you face such problem, then take help of SysInfoTools VHDX recovery software to recover corrupted file from VMDK disk file.
I hope you find the article helpful. !!
Related Post