Systemd NFS Automount Not Working

sample unit setttings

mount unit issues

In your mount unit add the missing [Unit] header

[Unit]

Remove the line

DefaultDependencies=no

automount unit issues

In your automount unit fix the spelling error [[

Unit settings

Ensure file naming are correct mnt-Tower-Music.{mount,automount} - must match the folder structure naming.

Disable the mount unit

sudo systemctl disable --now mnt-Tower-Music.mount

Enable the automount unit

sudo systemctl enable --now mnt-Tower-Music.automount