Hi,
in a windows VM I was able to push a usb key using this: qm set 100 -usb0 host=6666:7b3c
Now, I have a second usb key of the same type, so with the same id and vendor.
Here is my lsusb
How can I push it in a second windows VM ? I searched the forum and found something about using bus and device id but it was using usbhost parameter which I asume it was for different versions of qm.
Further, I tried to push the same key into 2 different VM but of course it is exclusive. Is there a way to share just one usb key in two vm without clash ?
Thank you
in a windows VM I was able to push a usb key using this: qm set 100 -usb0 host=6666:7b3c
Now, I have a second usb key of the same type, so with the same id and vendor.
Here is my lsusb
Code:
root@proxmox:~# lsusb
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 005: ID 6666:7b3c Prototype product Vendor ID
Bus 004 Device 004: ID 6666:7b3c Prototype product Vendor ID
How can I push it in a second windows VM ? I searched the forum and found something about using bus and device id but it was using usbhost parameter which I asume it was for different versions of qm.
Further, I tried to push the same key into 2 different VM but of course it is exclusive. Is there a way to share just one usb key in two vm without clash ?
Thank you