Hey!
I have followed the instructions on this forum and I am still unable to get my USB devices to successfully mount.
I am using Windows Server 2008 and I'm trying to connect an external USB hard drive. I do the following:
1) SSH into proxmox and run cat /proc/bus/usb/devices
2) Used command qm set 102 -hostusb 19b9:4d10 after finding out my Vendor/ProductID
3) Confirmed the .conf file was updated in /etc/qemu-server/102.conf, my VM's conf file
4) Gracefully shut down my VM and powered it back on.
The device is being displayed in the Windows device monitor but only ever shows a yellow exclamation point. Upon further investigation, the error is "This device cannot start. (Code 10)". I know earlier in the thread it was mentioned that the VM needs to be stopped and started but I have already tried that. I've also used the same instructions with other various USB hard drives / USB sticks I have laying around and they all doing the same thing.
It looks as if the VM is seeing the hardware but cant initialize it correctly. Anyone have any suggestions? I've looked all around these forums and on google and i'm stumped. I can't seem to find anything... it would seem like most people get rid of the error code 10 after a stop/start of the VM but that's not working for me.
Also, for what it's worth running the "cat /proc/bus/usb/devices" command lists the device as running at 480, but I keep getting messages in windows saying "this device can perform better", almost makes it seem asthough it's thinking it's plugged into a USB 1.1 port.