your existing .vmdk Virtual Disc Image To a .vdi File ======
Now we need to convert your existing VMWa...
<code>
qemu-img convert harddrive-name.vmdk raw-file.bin
</code>
Naturally, you’ll have to change harddrive-name with the name of your .vmdk file and raw-file with the name of the new converted file you want to create. After a few minutes, the conve
ct this, you'll need to edit the mountdevsubfs.sh file:
<code>
sudo gedit /etc/init.d/mountdevsubfs.sh
Y... e/exit:
<code>
## usbfs is the USB group in fstab file:
none /proc/bus/usb usbfs devgid=124,devmode=664 0 0
</code>
Now lets edit the mountkernfs.sh file with the gid in bold:
<code>
sudo gedit /etc/init