this post was submitted on 07 Dec 2023
1131 points (98.4% liked)

memes

9615 readers
2690 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

Sister communities

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] HiddenLayer5@lemmy.ml 3 points 9 months ago* (last edited 9 months ago) (1 children)

Worst when you plug in an external drive on Linux and the user the files belong to is different so it doesn't let you access it.

IMO, the rule should be that the user who mounts specifically a removable drive should have complete access to it regardless of existing file permissions, or, meeting in the middle, maybe have a command that requires sudo, which will grant complete access to the drive, something like sudo takeover-volume /mnt/usbdrive so you don't have to sudo every single command that needs a file without your name on it. (I'm aware you can also just use sudo chown -R you /mnt/usbdrive but I think there should be a way to let a user access everything in a drive without changing the actual ownership.)

[โ€“] PoolloverNathan@programming.dev 3 points 9 months ago* (last edited 9 months ago)

I think most Linux filesystems have a mount option that overrides the user and group of the mounted files.