VirtualBox 命令行下添加U盤到虛擬機

本次添加U盤的虛擬機名稱是Win7服務器

啓用USB
VBoxManage modifyvm Win7 --usb on
VBoxManage modifyvm Win7 --usbehci on
VBoxManage modifyvm Win7 --usbxhci on
添加一個USB過濾,也就是加了一個設備  【由於以前沒添加過,因此add 後面是 0,不清楚這個,請本身查一下VBoxManage的幫助】幫助地址https://my.oschina.net/lwkai/blog/3016205
VBoxManage usbfilter add 0 -target Win7 --name Print --action hold -product "HP LaserJet MFP M427fdn" 
查看宿主機有哪些設備
VBoxManage list usbhost
服務器顯示以下(只貼了部份內容)
UUID:               dd6821fd-219b-431f-9e8d-2e861c211b5b
VendorId:           0x03f0 (03F0)
ProductId:          0x5a2a (5A2A)
Revision:           1.0 (0100)
Port:               0
USB version/speed:  2/High
Manufacturer:       Hewlett-Packard
Product:            HP LaserJet MFP M427fdn
SerialNumber:       CNB8J3J56C
Address:            sysfs:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3.1//device:/dev/vboxusb/001/006
Current State:      Captured微信

修改USB過濾器的方法
#VBoxManage usbfilter modify 0 --target Win7 --remote noui

移除設備
VBoxManage usbfilter remove 0 --target Win7.net

5. Making USB Work in VirtualBox
VirtualBox requires the user have write access to "usbfs" devices for USB access. As root perform the following:
mkdir /vbusbfs
echo "none /vbusbfs usbfs rw,devgid=$(awk -F : '/vboxusers/ {print $3}' /etc/group),devmode=664 0 0" >> /etc/fstab
mount -aorm

第五點,好像是要弄。反正最後我重啓機器,就看到設備了。blog

 

本人微信:   本人QQ:ci

相關文章
相關標籤/搜索