this post was submitted on 31 Oct 2025
747 points (98.4% liked)

Programmer Humor

27141 readers
3460 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
[–] halcyoncmdr@lemmy.world 18 points 1 day ago (23 children)

So a complicated set of terminal commands and alternatives you need to have memorized ahead of time. That's definitely the linux solution. You can do it, but no average user would ever be able to when they need it.

Windows probably has some equally complicated way of finding what is locking a file/folder... or you can just install File Locksmith which is a Microsoft PowerToys tool, and just have it in the context menu everywhere.

[–] umbraroze@piefed.social 6 points 1 day ago (5 children)

Well, the commands that I presented (sudo, mount, umount, ps, kill, even lsof) are actually just normal commands that you use to do ordinary things on your system to manage account elevation, mounted disk volumes, processes, and running processes. You need to "memorise" them just as much as you need to memorise their counterparts in a Windows system (Run As/Explorer/Explorer Eject/taskmgr) (...what kind of nerd memorises Ctrl+Alt+Esc anyway?).

...except you don't have lsof, you literally need to install SysInternals Process Explorer.

[–] subignition@fedia.io 4 points 1 day ago (3 children)

Hi, I am that nerd, it's Ctrl+Shift+Esc to open taskmgr, actually.

...I hope to be able to develop a similar level of nerd when I switch to Linux soon

[–] zarkanian@sh.itjust.works 8 points 1 day ago (2 children)

I found learning Linux much more fun, because I didn't have to fight with the computer on every damned thing.

[–] Axolotl_cpp@feddit.it 2 points 1 hour ago

The advantage of Linux is that it does what you tell it to do; the disadvantage is that it does what you tell it to do.

load more comments (1 replies)
load more comments (18 replies)