this post was submitted on 31 Oct 2025
774 points (98.3% liked)

Programmer Humor

27175 readers
1054 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
[–] somerandomperson@lemmy.dbzer0.com 30 points 2 days ago* (last edited 2 days ago) (1 children)

just yank it

fuck whoever is using the drive

[–] AnarchistArtificer@slrpnk.net 24 points 2 days ago (1 children)

I used to do this, because it didn't seem to cause any issues — until it did, and I lost a lot of data.

[–] DeathsEmbrace@lemmy.world 12 points 2 days ago* (last edited 1 day ago) (2 children)

People who say this I'll tell you what actually happens so you can know. When you tell it to safely eject all the volatile memory saved in RAM it actually writes to the permenant storage memory instead of holding it in volatile storage. Every time you yank you're betting that its not in volatile storage anymore and was written to storage. That's what safely eject does, forces the CPU to write to permenant storage.

Edit: the problem comes from whats doing what at what time and you will see why you can lose everything.

[–] Droechai@piefed.blahaj.zone 1 points 6 hours ago (1 children)

Maybe you know why does my microSD card get corrupted any time its pulled unless "ejected"? I need to either "eject" if its on my computer or completely power down the device to keep it from corrupting. Ive tested in both camera and 3dprinter with same result.

Is it just a crap card (its kingston 32 GB)?

[–] DeathsEmbrace@lemmy.world 1 points 1 hour ago

From what I learned check to see if the card is set for better performance it makes it write to a cache as consequence but makes it faster on the other hand. I had this problem and this was my answer but other software might be messing with it as well but I always safely eject for good measure anyways.

[–] Zanathos@lemmy.world 2 points 1 day ago

I simply don't put data I care about on USB drives any more. They are all basically boot drives or a way to transfer firmware files.