SomaFM commercial free internet radio All posts tagged 'MS-Virtual-Server-2005'

Paul Sturm

My notebook of discovered facts

Using VHDmount to mount a virtual drive (VHD)

I needed to retrieve a file from a VHD. With VHDMount I could mount it, get my file, and disconnect.

VHDMount is located in C:\Program Files\Microsoft Virtual Server\Vhdmount

Mount file d:\virtual_drive.vhd as drive letter z:  vhdmount /m "d:\virtual_drive.vhd" z

Unmount all mounted drives, dicarding any changes: vhdmount /u /d All


Permalink | Comments (474) | Post RSSRSS comment feed