4 Ways to Mount a VMDK Image File in Windows

If you have a VMDK file that hosts one or more VM partitions, here are 4 ways to get it mounted in Windows as a disk drive.

Windows Explorer

Supporting VMDK seems to be a feature built right into the Windows system. If you are using a system that runs Windows 7 or above, you may be able to map the image file right through Windows Explorer.

Navigate to the fold that hosts VMDK file in Windows Explorer, right-click the file and choose Map Virtual Disk.

windows-map-virtual-disk

Select the drive letter you want to map to, and click OK button on the Map Virtual Disk window.

windows-map-virtual-disk-window

To disconnect, right-click the mapped drive and choose Disconnect Virtual Disk.

It works beautifully when it works. When it’s not, it’s time to seek alternative options.

VMware Workstation

VMware Workstation is VMware’s desktop solution for virtualization. It has the “Map Virtual Disks” feature built in that opens VMDK in a wider format. If the method of using Windows Explorer doesn’t work out, VMware Workstation is next one in the line to try.

Go to File menu and select Map Virtual Disks… from the drop-down list to start the process.

vmware-workstation-map-virtual-disk

vSphere Disk Development Kit

The  “VMware-mount” command line is the one you can use to mount a VMDK disk without a GUI interface. The tool is part of the vSphere Disk Development Kit, so you need to download and install the kit to use the tool.

To mount a VMDK file (saved at C:\temp) in read-only mode use the following command:

vmware-mount.exe X: “C:\Temp\TestVM.vmdk”

If the VMDK file contains more than one partition you can use the parameter /v:x to mount the other volumes:

vmware-mount.exe /v:2 X: “C:\Temp\TestVM.vmdk”

If you need a writeable access, just use the parameter “/m:w“. This is extremely helpful if you need to replace a broken system file.

vmware-mount.exe /m:w X: “C:\Temp\TestVM.vmdk”

If you want to list all the mounted virtual drives use /L:

vmware-mount.exe /L

The command line is easy to use and powerful, but I am finding it’s not so easy to get the Development Kit installed on my computer for some reason.

OSFMount

OSFMount is a 3rd party free image mounting tool that mounts not only ISO format images but also VMDK files in Windows with a drive letter. It works on pretty much all versions of Windows.

osfmount-mainscreenshot

It’s fairly easy to use the tool. Click the Mount new… button at the bottom of the window and follow the instructions.

If you have other alternative options, feel free to share. It’s never enough to have a reliable tool that does the job well in hand.

/Update on July 8, 2020/

As some of the commenters pointed out, the open-source archiving tool 7-Zip does happen to be the easiest way to open the VMDK file for you. By all means, give 7-Zip a try first and if it failed, try something mentioned above.

15 thoughts on “4 Ways to Mount a VMDK Image File in Windows

  1. Actually you mention 3 options. The first one right out of explorer is only available if you have VMware workstation installed on you system. Check the icons used for mapping the drive. It uses the same tool.

  2. VMDK image support is not/will not ever be in windows since VMDK was developed by same devs as VMware, Microsoft only supports major formats mainly developed by them. That was most like 3rd party software that may have been forgotten to be installed.

    1. Wow, it really works. I could open the vmdk with 3 partitions which I could not in VMWare Player, and extracted the files I needed! Thanks for the info!

    2. Awesome tip – works in 2020, to retrieve content from a years old VMWare disk on a machine that couldn’t run the new VMWare Workstation 15. Life saver and really, really easy (7-Zip, Open Archive, shows the three partitions, open ‘ntfs.1’ and there is the entire file system).

  3. The OSFMount got me out of a bind. No matter what I tried I couldn’t get any of my VMware Workstation 15.5 vmdk files to mount in Win10. The earlier version (VM Workstation 10, 12) vmdk files would. But not the 15.5 ones.
    Thank you very much!

  4. If you are just looking to move a few files in/out of a VMDK 7zip opens VMDK files as archives and allows normal file copy/paste etc.

Leave a Reply to SmartReader Cancel reply

Your email address will not be published. Required fields are marked *