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.

  • Strit
    arrow-up
    16
    arrow-down
    2
    ·
    6 hours ago
    link
    fedilink

    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
      arrow-up
      3
      arrow-down
      2
      ·
      5 hours ago
      link
      fedilink

      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
        arrow-up
        10
        arrow-down
        0
        ·
        5 hours ago
        link
        fedilink

        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.

        • superkretOP
          arrow-up
          5
          arrow-down
          0
          ·
          2 hours ago
          edit-2
          58 mins ago
          link
          fedilink

          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.

        • BeardedBlaze
          arrow-up
          1
          arrow-down
          0
          ·
          2 hours ago
          link
          fedilink

          What malware spreads automatically from just mounting the drive?

        • SaveMotherEarthEDF
          arrow-up
          4
          arrow-down
          0
          ·
          4 hours ago
          link
          fedilink

          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.