this post was submitted on 16 Oct 2024
15 points (94.1% liked)

Linux

47730 readers
852 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

What's the easiest way to make external USB drives automount, without adding them to fstab? It should just work even if someone else hands me their flash drive.
I'm running sway on Arch if that matters.

top 9 comments
sorted by: hot top controversial new old
[–] Strit@lemmy.linuxuserspace.show 13 points 4 hours ago (1 children)

You shouldn't just automount external drives. That's a recipe for trouble.

What's wrong with manually mounting them? Pretty sure the desktop environments also require you to push a button (eg, select the drive in file manager) to mount external USB drives.

[–] SaveMotherEarthEDF@lemmy.world 1 points 3 hours ago (1 children)

WTF? I'm automounting my home directory from an external ssd usb for ages now. What is the disaster that could happen you're referring to?

[–] Strit@lemmy.linuxuserspace.show 8 points 3 hours ago (3 children)

If that's the case, then you should answer the OP with how it's set up. OP is specifically asking how to do it with random drives other people hands them, not trusted drives always connected.

What is the disaster that could happen you’re referring to?

Auto mounting random USB sticks has never been wise. No telling what random malware they contain.

[–] superkret@feddit.org 2 points 42 minutes ago

What would be the difference if it doesn't automount it, and I instead need to mount it manually?
I mean, it's a USB stick which I plugged into my laptop and want to access.
If I don't trust it, I'm not plugging it in.

[–] BeardedBlaze@lemmy.world 1 points 58 minutes ago (1 children)

What malware spreads automatically from just mounting the drive?

[–] SaveMotherEarthEDF@lemmy.world 4 points 3 hours ago

Oh sorry, guess I missed the random drives part. You're absolutely right in that regard. Also, I use fstab to setup automount, so can't help op with this.

[–] AzureCerulean@lemmy.ml 9 points 4 hours ago

Automatic mounts with systemd · Blog | Tomáš Tomeček

https://blog.tomecek.net/post/automount-with-systemd

#udisks2 #autofs #systemd

[–] BestBouclettes@jlai.lu 4 points 3 hours ago* (last edited 3 hours ago)