16
Is there a way to fix the slow writing speeds on USB sticks?
(lemmy.dbzer0.com)
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:
where is a current or past release. Here's an example using release 21.1 'Vera':
https://linuxmint.com/start/vera/
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.
The command I used before changing the defaults was this
sync && watch -d grep -e Dirty: -e Writeback: /proc/meminfoThat should show you the progress. It should be going down as it is being written to disk.