Mounting your VMDK disks directly to your windows box – how to
How to mount your VMDK hard disks easily?
Vmware is using VMDK format for virtual disks. You might do not know that you can mount virtual disks (.VMDK) file directly to your windows explorer interface with a little software called VMware Disk Mount Utility. I will show you how to do it but beforre let me tell you
Some things before you get started:
-
You can make changes to your virtual disk vith Disk Mount Utility.
-
You cannot mount vmdk file when your VM is running or suspended.
-
If your VM has a snapshot, any changes you mad to your VMDK will be lost when your revert to the shapshot.
-
There is no official support from WMware for the disk mount utility.
-
On your windows host you have to mount the virtual disk as D: or greater.
Step by step how to use the VMware disk mount utility:
1.) Go to the VMware Disk Mount download page and accept the EULA before you can download the software, then save it to your disk. (file is called VMware-mount-5.5.0-18463.exe )
2.) Install the software, then open the command prompt window.
3.) Type there: cd “\Program Files\VMware\VMware DiskMount Utility”
4.) Then if you do not know any of the switches type: vmware-mount /?
5.) Now let’s mount realy some disk… You must know the exact location of your virtual disk. In my exemple I have my VMDK files on different partition, because I separated the system and the data. So my vmdk files are at E:\VMs
6.) So I type vmware-mount Z: “E:\VMs\2K3-R2-ENTSP2″ and press ENTER. (I want the VMDK file to appear as Z: )
7.) If your disk has a snapshots you’ll have to answer if I want to proceed because any changes (if any) would be lost if I revert to the snapshot. I said yes.
8.) To access the disk you do like you access any other hard disks or mapped network disks.
9.) If you want to umount the volume just type: “vmware-mount.exe /d z:”
![]()
As see, with this little utility you can easily and fast access your VMware Virtual Disks from your Windows box.
If you want to read more information on this utility, you can get a PDF here: VMware disk mount utility online manual.
If you want more informations how to do it in Linux, take a look at Accessing Virtual Hard Disks Outside of VMware on Linux.
Now if you have VMware Workstation 6.5, you can do the same think :
1.) You go to “Edit Virtual machine Settings”
2.) Select the hard disk, and click onto a button Utilities_Map
You liked this article? You can subscribe to my RSS feed here .
Related Posts :
Sometimes you would like to use your external USB drive to backup (transfer) your VMDK files dir ...
I was checking my stats for the last 3 months and I was just wondering which posts are most popu ...
There is a time when you need to check for a space remaining on your SAN or shared storage. Why? ...
As my readers already knows I work and live at Reunion Island (FR). A French overseas department ...
StarWind V2V Converter helps you to convert VHD to VMDK and vice versa. So if You are Hyper-V or ...
Other posts from Desktop Virtualization, Server Virtualization
- How to register License key for a desktop products
- Adding second service console via CLI
- VMware Workstation 7.1 public beta
- Disable web access on VMware vCenter
- VMware ESX - Configuration of Service console via CLI
- Basic VMware ESX CLI networking commands
- Readers Choice Awards for VMware Fusion and update for 3.0.2
- Use snapshots on Virtual ESX with VMware Workstation
- How to change the default location of updates in vCenter
- Did you know that ESX 3.5 general support will end in less than 90 days?
- Starwind iSCSI HA Connection to ESX Server
- VMware Workstation with Teams functionality is a really flexible and usefull
- See a list of Storage Array Type Plugins on ESX Server
- New whitepaper released on PVSCSI
- Enable Jumbo Frames in ESXi 4
- How-to troubleshoot iSCSI connection to your SAN
- Starwind with ISCSI SAN Software can do High Availability for you...
- Overview Video from the new vSphere Pro video training from Train Signal
- New upgrade webpage for ESXi 4 pushes us to the right direction?
- You know how to collect diag information when your ESXi does PSOD?
- Use PVSCSI or not for lower intensive workloads
- Minor release update for VMware Workstation 7
- Why I did not start using teams earlier?
- Hardening guides for vSphere 4
- NTLDR missing - silly but can happend
- How To Shrink VMware Virtual Disk Files and disable shrinking
- SSD's will transform the way we think of hard disks
- vSphere Quick Start guide bonus download..
- ESXi - the past, the present and the future
- How-to install Windows 98 inside VMware fusion

























WinMount provides an easiest way to mount VMDK as a virtual disk. You can read or write to the vmdk file without loading the virtual system.
Here shows you how to do: http://www.winmount.com/mount_vmdk.html
Thanks for the info…;)