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 ?
"Actually it was not freezing or hanging, it just filled up the cache (that is why it was faster at some point and suddenly looks like freezing.)
To make sure the copying running. You can do strace to see if system call I/O is running.
Open terminal, then ps -ef|grep <name_of_the_program> and then strace -p <prog_pid>.
answered Sep 29 '15 at 14:15
Muhammad Aizuddin"
– Ken Mollerup May 13 '16 at 12:48