I would like mount points to be named like the volumes are named, rather than how the device nodes are named. I never know what to make of these. Also, they should be automatically removed when nothing is mounted there anymore.
This is how it currently looks inside /media:

This is how it looks e.g., on the Mac:

As you can see, the mount points are constructed using the volume name ("NIFTY DRIVE"). If there are multiple disks with the same name, 2, 3,... is appended.
Use case:
On helloSystem, we are displaying the correct disk names on the desktop (blue background in the screenshot; we obtain these names by running fstyp -l /dev/xxx; maybe there is a better way) but as soon as the user navigates to /media, only the cryptic mount points are shown; same on the Terminal.

cc @mszoek
I would like mount points to be named like the volumes are named, rather than how the device nodes are named. I never know what to make of these. Also, they should be automatically removed when nothing is mounted there anymore.
This is how it currently looks inside
/media:This is how it looks e.g., on the Mac:
As you can see, the mount points are constructed using the volume name ("NIFTY DRIVE"). If there are multiple disks with the same name,
2,3,... is appended.Use case:
On helloSystem, we are displaying the correct disk names on the desktop (blue background in the screenshot; we obtain these names by running
fstyp -l /dev/xxx; maybe there is a better way) but as soon as the user navigates to/media, only the cryptic mount points are shown; same on the Terminal.cc @mszoek