this post was submitted on 31 Oct 2025
707 points (98.5% liked)

Programmer Humor

27321 readers
782 users here now

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.

Rules

founded 2 years ago
MODERATORS
 

I don't fucking know why I can't eject USB hard drives. I installed the SysInternals apps, and best they can tell me is that Dropbox is fucking with the drives. I explicitly told Dropbox to not fuck with USB drives. I don't know who's lying, I just want whoever is fucking with the drives to stop fucking with the drives, OK??? OK.

you are viewing a single comment's thread
view the rest of the comments
[–] morriscox@lemmy.world 3 points 2 weeks ago (1 children)

There can be corrupted files. I run chkdsk from the command prompt to verify.

[–] Dumhuvud@programming.dev 3 points 2 weeks ago (1 children)

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.

[–] Valmond@lemmy.world 2 points 1 week ago

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.