USB to SATA docking station, streams for UAS
Posted: 28. Jun 2019, 17:50
Situation:
Running VirtualBox 6.0.8 on a mac 10.13 host with linux kernel 5.1 as guest. A SATA drive is attached via a USB-SATA docking station.
dmesg on the guest reports:
i.e. the kernel can not use "USB attached SCSI" (UAS) because the USB host controller does not support streams.
My question is:
Is this a general limitation of VirtualBox? Or can I convince VirtualBox to expose a USB host controller with support for streams?
The problem is that the docking station is not stable in this mode of operation without UAS. It fails especially under (moderate) load on average within a few minutes. The same docking station works very well with the same kernel on real hardware.
Thank you for your insight!
Running VirtualBox 6.0.8 on a mac 10.13 host with linux kernel 5.1 as guest. A SATA drive is attached via a USB-SATA docking station.
dmesg on the guest reports:
Code: Select all
[ 463.175467] usb 2-1: USB controller 0000:00:0c.0 does not support streams, which are required by the UAS driver.
[ 463.175469] usb 2-1: Please try an other USB controller if you wish to use UAS.
[ 463.175470] usb-storage 2-1:1.0: USB Mass Storage device detected
My question is:
Is this a general limitation of VirtualBox? Or can I convince VirtualBox to expose a USB host controller with support for streams?
The problem is that the docking station is not stable in this mode of operation without UAS. It fails especially under (moderate) load on average within a few minutes. The same docking station works very well with the same kernel on real hardware.
Thank you for your insight!