Link to home
Start Free TrialLog in
Avatar of tempus6
tempus6

asked on

how to copy vhd to physical disk

What is the easiest way to copy the contents of a vhd file to a physical disk?
Avatar of jayasanker
jayasanker
Flag of Australia image

Try to mount to host operating system using tools like  VHDMount from Virtual Server R2 SP1

You could also run ImageX within the VM, take an image and then deply that image onto the SCSI disk.
ImageX is available as a component of the WAIK.
http://www.microsoft.com/downloads/details.aspx?FamilyID=c7d4bc6d-15f3-4284-9123-679830d629f2&DisplayLang=en

ImageX can be run command line and is just an executable.

once you did that you can use xcopy to copy everything, but beware of correct switches
Avatar of tempus6
tempus6

ASKER

I would like to do a block level copy.  Basically write the image to a disk.  In Linux dd does exactly this, so I am looking for the windows equivalent.
have a look at this
if possible download a trial version and try
http://kb.acronis.com/content/1786
ASKER CERTIFIED SOLUTION
Avatar of jayasanker
jayasanker
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial