Hello,
I'm trying to get a USB Harddrive to work in a Windows Small Business Server 2008 guest.
I have also a Vista and a Windows 10 guest on the ESXi 6.7 Host, which is a Dell R640.
I'm trying with a
The drive is recognized in the CLI: lsusb
Bus 001 Device 004: ID 1604:10c0 Tascam
Bus 001 Device 003: ID 1604:10c0 Tascam
Bus 002 Device 003: ID 413c:a101 Dell Computer Corp.
Bus 002 Device 002: ID 0930:0b1a Toshiba Corp. STOR.E ALU 2S
Bus 001 Device 002: ID 1604:10c0 Tascam
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
It is recognized in the Windows 10 guest, but not in Vista and SBS 2008.
I've tried the following and rebooted ()ESXi 6.5 USB Devices attached to VMs Issues?
esxcli system module set -m=vmkusb -e=FALSE
On the Vista guest I also tried adding these lines ()ESXi 6.5 USB Devices attached to VMs Issues?
usb.generic.allowCCID = "TRUE"
usb.analyzer.enable = "TRUE"
But I can't get it to work on those 2 guests.
Any advice?