Created
March 1, 2018 15:14
-
-
Save brunneis/792719629ae2f72fbadcbe41fe429e85 to your computer and use it in GitHub Desktop.
Create a vmdk linked to a real device (VirtualBox)
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
#!/bin/bash | |
VBoxManage internalcommands createrawvmdk -filename sda.vmdk -rawdisk /dev/sda |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment