Skip to content

Instantly share code, notes, and snippets.

@phdelodder
Created August 12, 2014 06:18
Show Gist options
  • Save phdelodder/82b6bc634e503eb38110 to your computer and use it in GitHub Desktop.
Save phdelodder/82b6bc634e503eb38110 to your computer and use it in GitHub Desktop.
using RAW Devices In VirtualBox VMs
#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