`
qcyycom
  • 浏览: 188829 次
社区版块
存档分类
最新评论

Fixing USB issue on virtualbox in Fedora

 
阅读更多

在fedora 16的virtualbox中使用usb

1. 取得vboxusers的gid(假设为1001):cat /etc/group | grep vboxusers

2. 将当前用户加入vboxusers组:useradd -aG vboxusers t0nsha

3. 在/etc/fstab文件新增一条记录(1001为第一得到的gid):none /proc/bus/usb usbfs devgid=1001,devmode=664 0 0

4. 重启,即可在virtualbox虚拟机中使用usb设备了。


Having issue on USB using virtualbox? or your having a problem that you cannot use any usb device to detect inside virtualbox? here’s a simple solution just to detect the device based on my experience using fedora 16 installed with virtualbox :

1. Once you install virtualbox, you need to access the user and groups

2. Go to groups and look for vboxusers

3. Double click to go to properties and add your account

4. Once done,you need to edit the /etc/fstab file and just add this line

none /proc/bus/usb usbfs devgid=991,devmode=664 0 0

Note: You need to change the 991 to the group ID which you can locate on the user and groups.

5. reboot your machine

Now you can test to plug any USB device the virtualbox will detect it without an error..


FROM: http://rjiansevilla.com/2011/11/13/fixing-usb-issue-on-virtualbox-in-fedora/


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics