vote up 2 vote down star

What's the best way to clone a disk with Windows 2003 to a Virtual PC?

We have a running Windows 2003 server with Exchange Server on it. I want to test backup software for the Exchange Server but I'm afraid to do it on the live server. That's why I want to take an image of the Windows partition and run it in Virtual PC on my machine.

If it's possible, what's the best way to do it?

flag
Really annoys me when they close programming related questions, any idea how to get a question like this opened back? – Michael L Dec 3 '08 at 14:55

closed as not programming related by Will Dean Dec 1 '08 at 13:05

2 Answers

vote up 2 vote down check

VMWare Converter can clone to VMWare format, you can then use the free VMWare Player to run it.

link|flag
Thanks a lot, I'm familiar with Windows systems and this seems to be the simplest solution! – Vitaly Sharovatov Sep 30 '08 at 7:07
vote up 2 vote down

Well you could use a linux boot-cd and q-emu, example for ubuntu:

dd if=/dev/sda of=imagefile.img

apt-get qemu (install QEMU)

qemu-img convert imagefile.img -O vmdk grabbedimagename.vmdk

This creates a vmware image. q-emu has lots of other options for image types.

link|flag
Thanks for your answer, but I'm afraid it's gonna be easier for me to use windows-based solutions (as like Aleksander proposed) since I never had any experience with Linux. – Vitaly Sharovatov Sep 30 '08 at 7:10

Not the answer you're looking for? Browse other questions tagged or ask your own question.