• @[email protected]
    link
    fedilink
    313 days ago

    Yeah, but why?
    You can mount a hard drive anywhere, and why not put all the cdrom and thumbdrive folders in /mnt, too?

    • @[email protected]
      link
      fedilink
      English
      912 days ago

      /media is for removable drives. If you mount something there, file managers like Gnome will show you the “eject” or “disconnect” button.

      /mnt drives show up as regular network drives without that “eject” functionality.

      • @bazzett
        link
        412 days ago

        I don’t know if I’m doing something wrong, but I have a secondary SSD in my laptop that I mount on /mnt/elyssa and in every DE and distro I tried it appeared as a removable drive with the “eject” button. Right now I use Fedora with Gnome and if I install this extension or enable the removable drives option in Dash to Dock, it shows me that drive. Maybe some mount option in Gnome Disks, but since it’s not that big of a problem, I haven’t looked too much into it.

    • @[email protected]
      link
      fedilink
      813 days ago

      It gets even more complicated nowadays because most DE will mount removable drives somewhere in folders like /run/$USER/

    • @umbraroze
      link
      712 days ago

      /mnt is meant for volumes that you manually mount temporarily. This used to be basically the only way to use removable media back in the day.

      /media came to be when the automatic mounting of removable media became a fashionable thing.

      And it’s kind of the same to this day. /media is understood to be managed by automounters and /mnt is what you’re supposed to mess with as a user.