vote up 3 vote down star

Is there any way to copy a physical hard drive to a virtual drive for use in Vmware Workstation?

flag

6 Answers

vote up 4 vote down check

Sure is, you can make it an ISO and mount it on the system. Beware, that it will take up as much harddisk space as the drive it's a copy of, so you'll want to do this on another drive. There are far easier ways. For instance: Use "File->Import" on the Workstation to choose the harddrive as the source drive to mount.

link|flag
+1 for "it will take up as much harddisk space as the drive it's a copy of" – Justicle Nov 23 at 23:22
vote up 1 vote down

VMware (and I think most VM vendors) have "physical-to-virtual" conversion tools that should do the job. It's been a long time since I've tried them, but when I did I had no good luck (I'm sure that's probably not the case anymore - it's been a very long time).

However, if you find they don't work for you, you can do what I usually do - attach an empty virtual drive to an existing virtual machine and use Ghost or Acronis (or any other drive imaging software) to image the physical disk to the empty VM disk. This works great - just like if you wanted to copy a drive from one physical machine to another.

link|flag
vote up 0 vote down

In VMWare Workstation, File->import supports a physical machine as the source

link|flag
vote up 0 vote down

You can attach a blank VMDK as a disk drive with SmartVDK and copy the files over to it.

If you want to preserve ACLs and all the NTFS metadata (make a perfect image,) use ImageX to capture an image of the physical disk. And then immediately apply the image to the attached virtual disk drive. You'll need enough space to have a complete backup of the source hard drive, though.

link|flag
vote up 0 vote down

you can just 'dd' your /dev/hda or /dev/hda1 to a file. i.e. if you are on a linux box.

on Windows get a windows dd, and use \DosDevices\DriveC ( or something like that too lazy to look around).

link|flag
vote up -2 vote down

You can add a windows (samba) share on your hardware node, and go to it through your virtual node (\) to copy the files. Alternatively, you can use the network browsing feature to locate the files on the shared drive, and copy them.

link|flag
I don't think you get it. He wants to copy the drive, not the files. – Jason Jackson Oct 22 '08 at 22:54

Your Answer

Get an OpenID
or

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