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 .
3 Comments
Leave a Reply
Other posts from Desktop Virtualization, Server Virtualization
- Create your own Provider Virtual Data Center
- Measure some perf benchs with VMark
- The future of VMware Workstation
- VMware partners with Symantec on ApplicationHA
- Thinapp 4.6 released
- Get free upgrade of VMware Fusion and run vSphere 4.1
- VMware Workstation minor update
- Andre Leibovici's Linked cloning storage calculator
- Bridging network adapters in VMware Player 3.1
- SIOC yes, but not in the SMB kit...
- Best practices KB on how-to install ESX 4.1 and vCenter
- Hyper-V and new linux integration tools
- How to Fix “Transaction log for database ‘VIM_VCDB’ is full” errors
- How to change from ACPI Multiprocessor HAL back to ACPI Uniprocessor HAL in Windows 2003
- AD Integration for ESXi 4.1
- vCenter converter with Hyper-V import
- Serial Port handling in ESXi 4.1
- Four memory optimization techniques available in vSphere 4.1
- Activating remote access via SSH in ESXi4.1
- vSphere Compatibility Matrixes




























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…;)
sorry, i cant access the disk! I’m installed mac OSX on the Virtual Drive. I’m using windows 7 Ultimate as a host. How to solve it?