

So, even if we can mount the VHD or VMDK, we may not find the required files or folders if it is stored on the additional storage. When the VM is directly attached to an iSCSI or pass-through/raw device mapping (RDM) disks, data stored in this additional storage will not be included in the host level backup because host backup process is unable to see disks that are internally connected to the VM guest OS. However, it is not without its limitation. Mount and browse virtual disk file provides easier and faster way to recover a single file within a backup file. As the result, the VMDK will be mounted as a separate drive in This PC and administrator can browse into it. We can’t mount it by directly right click on the VMDK file but we can open Windows Explorer -> right click on This PC -> select Map Virtual Drive -> browse to the folder where we keep the VMDK file and select OK. VMware vSphere virtual machine has its virtual disk in VMDK format. Other ways we can mount VHD or VHDX file using Windows machine is by doing it from Disk Management (click Action -> Attach VHD) or using Powershell script that does the same. The administrator can easily browse the content like a regular drive, find the files needed, and copy it somewhere else. The virtual disk will be treated as an additional drive and can be accessed from This PC.

Simply right click on the VHD or VHDX file then select Mount. We can directly mount a Hyper-V virtual disk file from Windows Explorer. We can do this on either Microsoft Hyper-V virtual disk (VHD or VHDX file) or VMware vSphere virtual disk (VMDK file). In Windows 8 and Windows 10, this feature is just getting even better. Starting on Windows 7, it has provided a feature to mount and browse the content of a virtual disk file. However, there is a way in Windows machine where we can expedite the restoration task and make the process more efficient.

Such a big effort and so much time wasted, as we have to go through the entire machine restoring process just to get a single file within it. With host level backup, the only way to do that is by restoring the entire machine, making it operational, then find the required file within the machine and copy it somewhere. But, there are times when administrator only required to restore a single file that is contained in a virtual hard disk file. With this way, the administrator could easily restore the entire machine whenever needed. When a VM is backed up from the host level, what happens in the background is the VM’s virtual disk file (or files) that makes up the VM itself is copied to another storage. It could contain the operating system that runs on the Virtual Machine itself, as well as the folders and files. Virtual disk file is equivalent to the physical hard disk of our physical machine.
