Hacker News new | ask | show | jobs
by wichert 928 days ago
/mnt historically was used as a single mount point. This became problematic when it became common to have multiple temporary mounts, for example a CD-ROM and a USB stick. /media solved that by stating mountpoints are folders inside it, eg /media/cdrom.
1 comments

right. what early distributions were doing was creating subdirectories within /mnt, but that got in the way when users wanted to mount something manually. at least it did bother me.

personally i wish /media would have stuck. i find the current paths /run/media/username/device rather unpractical. whenever i connect a data device i have to go searching for the mountpoint.

Things lile this are why I use Windows daily. I can assign a specific USB mass storage device a letter it will always use and I memorize it.
you can assign a mountpoint to specific devices on linux too. that's not a new feature.

giving sensible defaults to automatic mounts is the issue here.