On Tue, Aug 18, 2020 at 08:22:55PM +0200, Patrik Nilsson wrote: > Hi Greg, > > Thank you for debugging the issue! > > Is there a way to set a speed limit to the device? I mean like setting the > usb-quirks. (i.e. usb-storage.quirks=174c:55aa:u) > > Instead of buying a new enclosing for the drive... :( You can try setting usb-storage.quirks=174c:55aa:g or :m. They will slow down the data transfer rates. The :g flag is used by the uas driver and the :m flag is used by usb-storage. Alan Stern