This was originally asked on the Ubuntu SE, but only received a couple of comments and no answers, so I have moved it here since it is a very basic and general Linux question.
I have a linux machine with an external solid state drive (connected using a SATA to USB adapter) simply to provide additional storage, and have this drive automatically being mounted on boot-up (using fstab).
The question is what is the convention for where I set this drive to be mounted? Should it be at /mnt/ or at /media/ ?
For example, I read this answer, which says "/media/ is for removable media such as CD-ROMs and floppy disks", whereas "/mnt/ is for filesystems for a short period of time".
Although my external drive is strictly removable (it is connected via USB, and can be removed), it is not going to be plugged in and out all the time like a CD-ROM or floppy disk - I intend to keep it permenantly connected as a way to add extra storage. Should I describe my drive as "removable"?
However, it is also not going to be mounted for a "short period of time", so is /mnt/ not suitable?
Sorry if this is old ground and has been asked many times before - I couldn't find an answer for what is the convention in this scenario. Thanks.