Why is copying to USB stick on Linux so damn slow?
Why is copying to USB stick on Linux so damn slow?
For context:
I'm copying the same files to the same USB drive for comparison from Windows and from my Fedora 41 Workstation.
Around 10k photos.
Windows PC: Dual Core AMD Athlon from 2009, 4GB RAM, old HDD, takes around 40min to copy the files to USB
Linux PC: 5800X3D, 64GB RAM, NVMe SSD, takes around 3h to copy the same files to the same USB stick
I've tried chagning from NTFS to exFAT but the same result. What can I do to improve this? It's really annoying.
You're viewing a single thread.
Eager Eagle @lemmy.world
rsync -aP <source>/ <dest>
I find it faster and more reliable than most GUI explorers
18 2 Replytetris11 @lemmy.ml
-avP
5 0 Replydallen @programming.dev I do
-azP
for compression3 0 Reply7EP6vuI @feddit.org compression is good when copying over the network, but would just waste cpu time when copying to a usb stick.
3 0 ReplyEager Eagle @lemmy.world
that's good if your data is not already compressed, otherwise is more of a CPU waste
images, videos, audio, game assets, standardized data files, and a bunch of other things are likely already compressed.
2 0 Reply