I used the Disks utility to format my 2nd internal ssd. I added a whole-device partition without a name, and added a filesystem (ext4) name. Everything's working ok: it mounts at startup; the filesystem shows on the desktop (although I don't require that; I mostly use terminal). I already copied 400G of files to it, which took hours, so I'd prefer not to reformat it.
Currently to access a directory I have to type, schematically:
/media/my-user-name/partition-name/directory-name
.
I want instead to type /some-short-name/directory-name, where some-short-name is at most three letters.
Now, I know that the shortest mount point name, "/", is already taken :) Disks shows the current mount point as /mnt/long-gibberish-UUID. Being a relative Ubuntu newbie, I guess /media got into the picture because it's a default for non-root storage devices.
What should I do?