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!
dd status=progress bs=2M count=15869 if=/dev/zero of=/media/mifi/3815430NTFS/test.dat
– Frank-Michael Fischer Apr 05 '22 at 12:38sync
after all your commands because dirty buffers may completely skew your timings and give you a false picture. Also read do follow on this: https://unix.stackexchange.com/questions/480399/why-were-usb-stick-stall-problems-reported-in-2013-why-wasnt-this-problem-so – Artem S. Tashkinov Apr 05 '22 at 12:43