ok, I've got to set up virtualbox with a passthough to a physical hard disk in my PC rather than a virtual drive, I can do this with the command:
VBoxManage internalcommands createrawvmdk -filename /path/to/file.vmdk
-rawdisk \\.\PhysicalDrive0
where PhysicalDrive0 is the disk
but I don't know how to find out what the name is of the drive on my pc is!!
it's currently L:\
ideas?
VBoxManage internalcommands createrawvmdk -filename /path/to/file.vmdk
-rawdisk \\.\PhysicalDrive0
where PhysicalDrive0 is the disk
but I don't know how to find out what the name is of the drive on my pc is!!
it's currently L:\
ideas?