09 2012 档案
How to resolve USB device is disabled in Ubuntu Virtualbox
摘要:项目告一段落,有时间搞搞偶滴虚拟机了,偶的宿主机是Ubuntu,虚拟机是XP,插上USB设备之后虚拟机一直识别不出来,从网上搜罗一下找到有效滴解决方案Refer to: http://blog.csdn.net/evilcode/article/details/63199451. Add Groups: groupadd usbfs#groupadd vboxusers(this is added automatically)2. Add user into the groupssudo adduser [username] usbfssudo adduser [username] vboxu 阅读全文
posted @ 2012-09-27 16:47 -Anny- 阅读(282) 评论(0) 推荐(0)