Skip to content

Instantly share code, notes, and snippets.

@christopher-baek
Created April 3, 2016 22:43
Show Gist options
  • Save christopher-baek/7b3a913d464a63db70b76298736649e6 to your computer and use it in GitHub Desktop.
Save christopher-baek/7b3a913d464a63db70b76298736649e6 to your computer and use it in GitHub Desktop.
Mount VirtualBox VDI
modprobe nbd
qemu-nbd -c /dev/nbd0 <vdi-file>
mount /dev/nbd0p1 /mnt
umount /mnt
qemu-nbd -d /dev/nbd0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment