I am using an external USB 3.0 4TB HDD, formatted on Windows with NTFS. When connecting it to Debian 11 with the Intel 8 Series/C220 Series USB 3.0 chipset I have read and write speeds of about 126MB/s. When connecting it to Debian 11 with the Fresco Logic FL1100 USB 3.0 or the Renesas uPD720201 USB 3.0 chipset both read & write speeds drop by 60%, but still above USB 2.0 speed.
Only the Intel chipset is capable of using uas, the other chipsets work properly with usb-storage only. But when forcing usb-storage instead of uas on the Intel chipset the speed there stays at 126MB/s. So it is not uas what makes the difference.
But there is NO significant speed difference when formatting the same drive with ext4 instead: In all cases I reach 126MB/s both ways.
I can reproduce this difference with Ubuntu 20.04, too. ntfs-3g seems to be the culprit.
Is there some strange mount parameter for ntfs-3g to overcome this slow-down.
Help will be appreciated!