I find some stuff for whole disk, but not for partition:
Code: Select all
sudo VBoxManage internalcommands createrawvmdk -filename "</path/to/file>.vmdk" -rawdisk /dev/yourWindowsDisk(e.g sdb)How do I say sda1 instead of "1,5"? Do I just say "-partitions 1"?This example would create the image /path/to/file.vmdk (which, again, must be absolute), and partitions 1 and 5 of /dev/sda would be made accessible to the guest.Code: Select all
VBoxManage internalcommands createrawvmdk -filename /path/to/file.vmdk -rawdisk /dev/sda -partitions 1,5
I have my Program File as a (NTFS) Junction Link to sdc1, do I need to make a VM disk/partition for that also? If so, how?
Also, my page file is on sdb1.... Dose that matter?