707
99% of Windows usability issues would be fixed if Windows had the guts to add this button
(media.piefed.social)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
There can be corrupted files. I run chkdsk from the command prompt to verify.
Not sure why you're downvoted.
Operating systems often cache disk writes and flush them to underlying devices once in a while. Dismounting (or "ejecting" in Windows terms) forces the writes to be flushed.
See
man 2 fsync.They're downvoted because the OS prompts it every time. Not only when it's needed.
It's like the doctor says you better do a full checkup every time you see them and every time the results are perfectly okay. Sure, maybe one day they'll be right but it's not the correct way to do things.