Festplatte in Virtualbox einbinden

som3

Lieutenant
Registriert
Jan. 2010
Beiträge
992
Hallo.
Wie kann ich eine physikalische festplatte in Virtual box einbinden und booten?
 
Ich glaube VirtualBox kann das nicht. Allerdings kannst mit VMWare ein Image erzeugen und das dann in VirtualBox einbinden.
 
doch geht, nicht mit der GUI aber in der Console.

Hier ist die offizielle hilfe, bei "Advanced storage configuration" steht es genau beschrieben.


www.virtualalbox.org schrieb:
To create an image that represents an entire physical hard disk (which will not contain any actual data, as this will all be stored on the physical disk), on a Linux host, use the command

VBoxManage internalcommands createrawvmdk -filename /path/to/file.vmdk
-rawdisk /dev/sda
This creates the image /path/to/file.vmdk (must be absolute), and all data will be read and written from /dev/sda.

On a Windows host, instead of the above device specification, use e.g. \\.\PhysicalDrive0. On a Mac OS X host, instead of the above device specification use e.g. /dev/disk1. Note that on OS X you can only get access to an entire disk if no volume is mounted from it.


gruß pgs-joschi
 
Zurück
Oben