this post was submitted on 12 Jan 2025
67 points (92.4% liked)

Linux

49017 readers
682 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[–] nomecks@lemmy.wtf 8 points 3 days ago* (last edited 3 days ago) (4 children)

How are you copying them? It could potentially be faster to use rsync. You can try mounting with noatime as a flag as well.

[–] Buffalox@lemmy.world 12 points 3 days ago* (last edited 3 days ago) (2 children)

noatime

Oh boy, yes I remember I used to disable that shit ages ago in fstab, that's quite annoying that's still necessary!!!
How do you do that for USB sticks?

[–] nomecks@lemmy.wtf 6 points 3 days ago* (last edited 3 days ago) (1 children)

I'm pretty sure you can just mount it with mount and specify noatime

[–] Buffalox@lemmy.world 2 points 2 days ago

Ah yes of course, I just haven't used manual mount for almost a decade. So I completely forgot we used to do that. I have to unmount it first though, because USB sticks are automatically mounted.

load more comments (1 replies)