#
# Sample auto.master file
# This is a 'master' automounter map and it has the following format:
# mount-point [map-type[,format]:]map [options]
# For details of the format look at auto.master(5).
#
#/misc /etc/auto.misc
#
# NOTE: mounts done from a hosts map will be mounted with the
# "nosuid" and "nodev" options unless the "suid" and "dev"
# options are explicitly given.
#
#/net -hosts
#
# Include /etc/auto.master.d/*.autofs
# The included files must conform to the format of this file.
#
+dir:/etc/auto.master.d
#
# Include central master map if it can be found using
# nsswitch sources.
#
# Note that if there are entries for /net or /misc (as
# above) in the included master map any keys that are the
# same will not be seen as the first read key seen takes
# precedence.
#
+auto.master
/- /etc/auto.nfs.shares --timeout 15 browse
Now the next step will be to disable the fstab entry and re-do the autofs map so you don’t have to re-scrape your library. Just unmount the fstab share, edit fstab and change auto.smb.shares
sudo systemctl stop mediacenter # To be sure it's not trying to access the share
sudo umount /mnt/tv
edit fstab and put a # at the begining of the /mnt/tv line.
Then edit auto.smb.shares and change /mnt/Computer/TV with /mnt/tv.