sbfs
#domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
#ln -s .usbfs/devices /dev/bus/usb/devices
#... usbfs
domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
ln -s .usbfs/devices /dev/bus/usb/devices
mount --rbind /dev/bus/usb /proc/bus/usb
</code>
Ok now logoff, then log back in so the vbox driv... ou can try this:
Grab the vboxusers group id:
<code>
grep vbox /etc/group
vboxusers:x:124:ionstorm
</
ic or simply opening a Console and executing:
<code>
sudo apt-get install qemu
</code>
Now open a terminal and go into the folder where you’ve got your .vmdk virtual disc image and type this:
<code>
qemu-img convert harddrive-name.vmdk raw-file.bin
</code>
Naturally, you’ll have to change harddrive-name