F fredlim New Member Dec 24, 2008 13 0 1 Jan 7, 2009 #1 Is it possible to mount USB storage on Linux and Windows guest? I use openSUSE 11.1 and Windows 2003 R2.
Is it possible to mount USB storage on Linux and Windows guest? I use openSUSE 11.1 and Windows 2003 R2.
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,266 669 213 Austria www.proxmox.com Jan 7, 2009 #2 Yes, but you cant configure that on the web interface. You can use the 'hostusb' option (see man qm). # lsusb gives you the device IDs.
Yes, but you cant configure that on the web interface. You can use the 'hostusb' option (see man qm). # lsusb gives you the device IDs.
F fredlim New Member Dec 24, 2008 13 0 1 Jan 8, 2009 #3 I can see the USB memory using lsusb, but how to assign it to Linux and Windows guest?
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,266 669 213 Austria www.proxmox.com Jan 8, 2009 #4 I assume you talk about KVM based VMs (not OpenVZ)? To pass through an host usb device use: Code: # qm set <vmid> --hostusb vendor_id:product_id for example, to pass through the following mouse to VM 777: Bus 004 Device 002: ID 046d:c00c Logitech, Inc. Optical Wheel Mouse Code: # qm set 777 --hostusb 046d:c00c or Code: # qm set 777 --hostusb 4.2 You need to start/stop the VM to apply the settings.
I assume you talk about KVM based VMs (not OpenVZ)? To pass through an host usb device use: Code: # qm set <vmid> --hostusb vendor_id:product_id for example, to pass through the following mouse to VM 777: Bus 004 Device 002: ID 046d:c00c Logitech, Inc. Optical Wheel Mouse Code: # qm set 777 --hostusb 046d:c00c or Code: # qm set 777 --hostusb 4.2 You need to start/stop the VM to apply the settings.
A agapitox Renowned Member Dec 3, 2008 24 1 68 Zaragoza, Spain Mar 26, 2009 #5 i can to add a pci device? as a pci wifi? thanks!
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,266 669 213 Austria www.proxmox.com Mar 27, 2009 #6 no, you cant do that