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 conv... l without any other option.
Let's optimize the file size of the newly converted .vdi file, let’s call it new-file.vdi and from the terminal in the dir where you’ve... lib/virtualbox /usr/lib/virtualbox/vditool DD new-file.vdi old-file.bin
LD_LIBRARY_PATH=/usr/lib/virtualbox /usr/lib/virtualbox/vditool SHRINK new-file.vdi
</code>
(These commands should actually work
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