User Tools

Site Tools


software:virtualbox

This is an old revision of the document!


VirtualBox

HowTos

Use a RAW image without convert it to VMDK

  1. Associate the disk image with a loop device.
    $ losetup /dev/loop0 /path/to/usb.img
  2. Create a virtual disk and register it with VirtualBox.
    $ VBoxManage internalcommands createrawvmdk -filename /path/to/usb.vmdk -rawdisk /dev/loop0

Please pay attention to permissions of loop device, it must be accessible by VirtualBox.

software/virtualbox.1445598469.txt · Last modified: 2015/10/23 13:07 by Michele Porelli