how to create an image from a HD
Posted: 23. Jan 2014, 11:43
Hi,
i had to remove a HD from a Laptop. The HD is formatted with NTFS, two partitions, and running Windows XP.
Now I want to create a image file to use with a virtualbox ( maybe vmware player also) VM.
The original HD should remain unchanged.
So far I have found instructions how to use the HD:
or tools to create the imgage under windows - but I need to create the image from the HD on my Mac leaving the HD untouched.
Any help appreciated
i had to remove a HD from a Laptop. The HD is formatted with NTFS, two partitions, and running Windows XP.
Now I want to create a image file to use with a virtualbox ( maybe vmware player also) VM.
The original HD should remain unchanged.
So far I have found instructions how to use the HD:
Code: Select all
sudo VBoxManage internalcommands createrawvmdk -filename /Volumes/<PATH>/xp.vmdk -rawdisk /dev/disk3
sudo VBoxManage storageattach xp1 --storagectl "IDE Controller" --port 0 --device 0 --type hdd --medium /Volumes/<PATH>/xp.vmdk
sudo /Applications/VirtualBox.app/Contents/MacOS/VirtualBox
Any help appreciated