星期二, 2月 26, 2008

Ubuntu: 執行VirtualBox設定出現 USB子系統失敗


Virtualbox時,點選【設定值】時,會出現Could not load the Host USB Proxy Service (VERR_FILE_NOT_FOUND). The service might be not installed on the host computer.



解決辦法:
1. 新增一個 usbfs 的群組
# sudo groupadd usbfs


2. 將要使用Virtualbox的使用者帳號加入此群組
# sudo usermod -G usbfs -a [使用者帳號]


3.編輯/etc/fstab,在檔案後面加上
none /proc/bus/usb usbfs devgid=(usbfs的gid),devmode=664 0 0


設定完後登出,再登入就可以在Virtualbox上開啟USB的選項了