4

I am copying a file to a USB3.0 stick with an USB3.0 port using Ubuntu 16.04 with i3wm.

/dev/sdc1 * 8064 30277631 30269568 14.4G c W95 FAT32 (LBA)

To avoid problems related with the GUI I did the test using gcp

The copy of a 400MB file goes super fast until 99% (613.68 MB/s), then it hangs for like 30 seconds, and then it completes with an overall average of 10.22 MB/s (Time: 0:00:33)

Similar thing happens using nautilus or thunar. And seems to happen with any stick and any kind of file.

I expect the total transfer time to be way lower (e.g. 4 seconds)

Any ideas ?

stilllife
  • 477

1 Answers1

0

The realistic speeds of USB 3.0 hardly ever match the theoretical speeds and in some cases, the performance of USB 3.0 may fall below the performance of USB 2.0.

Since you have tried by both terminal and Nautilus, I feel there is some bug which is showing 613MB/s in both the cases. Nautilus messing up speeds, progress and expected time in some cases is known but I'm unaware of gcp's bugs.

Try testing your drive on another system and if you still get such results, please ask your manufacturer to replace the stick.

Anonymint
  • 164