how to use /etc/fstab to do remote mounts using machine name or personalized naming scheme?
Hi,
I'm using 3 Synology diskstations and a couple of Mac's to store my files.
The Synology's all contain a similar (Plex) file structure: /data/media/music /data/media/video /data/media/podcast (just examples). These machines are not available all the time, i.e. they are each on a different time/boot schedule.
This results in them mounting all in similar ways and me not being (easily) able to distinguish if it is music on Syno1 or on Syno2 etc. Like this:
/Volumes/media
/Volumes/media-1
/Volumes/media-2
How do I construct my /etc/fstab so that it will mount e.g. like this:
/Volumes/DS1/media
/Volumes/DS2/media
/Volumes/DS3/media
or
/Volumes/hostname/media
or any other logic naming scheme using a recognisable machine / node name?
Thanks for helping out!