this post was submitted on 11 Jun 2026
14 points (100.0% liked)

Linux Mint

3478 readers
21 users here now

Linux Mint is a free Linux-based operating system designed for use on desktop and laptop computers.

Want to see the latest news from the blog? Set the Firefox homepage to:

linuxmint.com/start/

where is a current or past release. Here's an example using release 21.1 'Vera':

https://linuxmint.com/start/vera/

founded 5 years ago
MODERATORS
 

I've had this issue since the first day I started using linux about 15 years ago. Always the same issue, transfers start fine and slows down to a crawl, only on USB sticks.

The USB sticks are fine, I can make bootable sticks in five minutes but if I copy a file of similar size to them is half an hour and then five to ten more minutes waiting to be able to safely remove the drive.

There are dozens of forum posts, some blaming the drives, others the GUI, dirty buffers, outdated kernels, fastboot for some reason. Others marked as solved without a solution because it magically solved itself.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] umbrella@lemmy.ml 1 points 16 hours ago (1 children)

there's a thing that drives me nuts with linux, i really wish it showed actual progress. are you aware of a way?

i once sat for like 30 minutes waiting for the actual write to finish after unmounting. makes me want to disable caching altogether.

[โ€“] D_Air1@lemmy.ml 2 points 3 hours ago* (last edited 3 hours ago)

The command I used before changing the defaults was this sync && watch -d grep -e Dirty: -e Writeback: /proc/meminfo

That should show you the progress. It should be going down as it is being written to disk.