Skip to content

Instantly share code, notes, and snippets.

@0xF1o
Created July 29, 2015 17:34
Show Gist options
  • Select an option

  • Save 0xF1o/848d4ef471bfde6a56c1 to your computer and use it in GitHub Desktop.

Select an option

Save 0xF1o/848d4ef471bfde6a56c1 to your computer and use it in GitHub Desktop.
create a linked vmdk for a raw (dd style) disk image - acts like a real drive
VBoxManage.exe internalcommands createrawvmdk -filename "%1-linked.vmdk" -rawdisk "%1"
@pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment