Created
August 12, 2014 06:18
-
-
Save phdelodder/82b6bc634e503eb38110 to your computer and use it in GitHub Desktop.
using RAW Devices In VirtualBox VMs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#using RAW Devices In VirtualBox VMs: http://www.howtoforge.com/using-raw-devices-in-virtualbox-vms | |
VBoxManage internalcommands createrawvmdk -filename vm10.vmdk -rawdisk /dev/vg0/vm10 | |
chown vbox:vbox vm10.vmdk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment