Bismillah
Just like I promised before, here the tutorial how to enabled USB flash disk on your VirtualBox. First thing make sure you already installed the program correctly, then follow this tutorial. Just make sure to read it carefully and do it at your own risk.
first write this on the terminal
aditia@aditia-laptop:~$sudo gedit /etc/ude [...]
Posts tagged usb
Enable USB Flash disk on VirtualBox
Bismillah
Just like I promised before, here the tutorial how to enabled USB flash disk on your VirtualBox. First thing make sure you already installed the program correctly, then follow this tutorial. Just make sure to read it carefully and do it at your own risk.
first write this on the terminal
aditia@aditia-laptop:~$sudo gedit /etc/ude [...]
Setting USB di VirtualBox (Ubuntu 7.1...
Ternyata secara default, Ubuntu Gutsy Gibbon telah menghilangkan support untuk /proc/bus/usb/*. Agar USB device dapat digunakan di VirtualBox, editlah berkas /etc/init.d/mountdevsubfs.sh:
$ sudo nano /etc/init.d/mountdevusbfs.sh
kemudian carilah barislah berikut:
..........
# Magic to make /proc/bus/usb work
#
#mkdir -p /dev/bus/usb/.usbf [...]

