Skip to content

Instantly share code, notes, and snippets.

@piffall
Last active January 4, 2016 03:09
Show Gist options
  • Save piffall/8559472 to your computer and use it in GitHub Desktop.
Save piffall/8559472 to your computer and use it in GitHub Desktop.
Add physical HD to VirtualBox
#!/bin/sh
sudo VBoxManage internalcommands createrawvmdk -filename /mnt/resources/$1.vmdk -rawdisk $2
sudo chmod 777 /mnt/resources/$1.vmdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment