Fluctuating performance
- Posts: 28
- Joined: 24 Oct 2018
I see a lot of fluctuating performance in copying from a share (1Gb/s) to a USB 3 drive under Windows 10 x64, 1903 with 10.23. Sometimes, it can be pushing 70MB/s; other times, it seems stuck at 0. What might be causing this?
- Posts: 8
- Joined: 11 Apr 2018
It depends on the number of files.
USB Flash Drives have two types of memory: a little bit fast at the beginning for FAT and a slow one for data which produces a lot of latency and retrying to write. When you have too many files, the FAT ends up writing to the slow memory.
Each file comes to write the fat, so if you copy a lot of files to a USB stick, it's the disaster waiting to happen.
USB Flash Drives have two types of memory: a little bit fast at the beginning for FAT and a slow one for data which produces a lot of latency and retrying to write. When you have too many files, the FAT ends up writing to the slow memory.
Each file comes to write the fat, so if you copy a lot of files to a USB stick, it's the disaster waiting to happen.
- Posts: 4056
- Joined: 11 Jun 2019
It's more likely overhead operations that are invisible to you. It's hard to say exactly what the cause is without trying some stuff
- Posts: 28
- Joined: 24 Oct 2018
"It's more likely overhead operations that are invisible to you. "
If I had been using Explorer, this wouldn't be happening. There's a bug in these overhead operations.
The overall copy speed is about .14 MB/s.
If I had been using Explorer, this wouldn't be happening. There's a bug in these overhead operations.
The overall copy speed is about .14 MB/s.
- Posts: 2450
- Joined: 22 Aug 2012
That's a bold statement.... There's a bug in these overhead operations.mauricev, 17 May 2020, 04:12
You may very well be "suffering" a side effect of FFS's safe file-copying.
- Posts: 28
- Joined: 24 Oct 2018
It's also a very wrong statement and I apologize. The computer I was using has DLP software on it and that was tripping up the USB copying. Moved to another computer and now it's copying way better.