解决virtualbox找不到USB设备
安装 Oracle VM VirtualBox Extension Pack,需要把linux用户加入 命令:sudo usermod -aG vboxusers <username> 重启系统或者注销用户生效 资料来源: http://askubuntu.com/questions/25596/how-to-set-up-usb-for-virtualbox -----------------------------------------分割线,下面是老资料------------------------- sudo adduser 你的linux用户名 vboxusers 然后重新启动 资料来源: http://stackoverflow.com/questions/20021300/usb-devices-are-not-recognized-in-virtualbox-linux-host Ok, that's my solution, simplified and improved with the help of vorburger and boechat . Short answer: Execute sudo adduser YOURUSERNAME vboxusers , log out and log in again. Long Answer: Close