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.
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.
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.
Auto mounting random USB sticks has never been wise. No telling what random malware they contain.
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 just plugged into my laptop and want to access.
If I don’t trust it, I’m not plugging it in.
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.
What malware spreads automatically from just mounting the drive?
While mostly an issue on Windows computers: https://www.pcmag.com/how-to/dont-plug-it-in-how-to-prevent-a-usb-attack
So it’s either using auto run to execute malicious code (not an issue in Linux), or it acts as a keyboard and sends malicious command - which would work regardless of the USB partition being mounted or not.