A Alexsandro New Member Jan 19, 2017 5 0 1 34 Jan 19, 2017 #1 Hello, has anyone already set up an external hard drive in a virtual machine? I've tried this in many ways and nothing. It does not mount the disk .
Hello, has anyone already set up an external hard drive in a virtual machine? I've tried this in many ways and nothing. It does not mount the disk .
dcsapak Proxmox Staff Member Staff member Feb 1, 2016 10,240 1,530 273 36 Vienna Jan 19, 2017 #2 what exactly did you try? if i want a usb drive in a vm i do Code: qm set <VMID> -usb0 0000:ffff where 0000 is the vendorid and ffff is the productid of the usb device if the device and ports are usb3 i do Code: qm set <VMID> -usb0 0000:ffff,usb3=1
what exactly did you try? if i want a usb drive in a vm i do Code: qm set <VMID> -usb0 0000:ffff where 0000 is the vendorid and ffff is the productid of the usb device if the device and ports are usb3 i do Code: qm set <VMID> -usb0 0000:ffff,usb3=1
A Alexsandro New Member Jan 19, 2017 5 0 1 34 Jan 23, 2017 #3 Hello, my friend, I did as you said and it worked, thank you!