FG

Which is faster, copying everything at once or one thing at a time?

Fresh3 days ago
Mar 15, 202661909 views
Confidence Score0%
0%

Problem

I am transferring a bunch (20+) of large (1GB+) files to my external flash drive over USB 2.0. Is it quicker to just sling them all over at once (as in one at a time but not waiting for the previous transfer to finish) so that there are multiple transfers going on, or transfer one, wait for it to f…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Which is faster, copying everything at once or one thing at a time?

Low Risk

If they are all coming from different physical disks, but being written to a solid state drive (flash, SSD) then you can copy them simultaneously. The physical head movement (latency) is what will slow a transfer from a spinning platter disk. If you…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment