SD card mount point

Hi,
I formatted a 64GB SD card for my GL-AR750s and everything works fine.
It’s automatically mounted at boot like this:

/dev/sda1 58.6G 52.0M 58.4G 0% /mnt/1.42.6-24922

So when I smb to it it display 1.42.6-24922

How can I change the mount point from 1.42.6-24922 to something like SD to have a more meaningful name when I samba to it and which will stay after a reboot?

Also, not related to the question but still on the SD card topic. I tried a Samsung 256GB microSD and it works!

The share name is label name of /dev/sda1, you can use command to check:

blkid /dev/sda1

You can change sda1’s label, better under PC linux it’s more convenient. You can refer to:
https://www.cyberciti.biz/faq/linux-partition-howto-set-labels/

Thanks, worked great!