Trying to mount a nfs drive in LE 9.2 on the RPi4.
Followed the tut how to mount network drive and I have been successful before on Ubuntu. The systemd file is in the /storage/.config/system.d directory as the tut says.
Systemctl claims the systemd file does not exist. I tried the complete path.
/etc/systemd/system doesn't exist where I would put it in Ubuntu.
The format and syntax of the unit are not the problem, systemctl can't find it to process it.
Here it is anyway
storage-NFSshare.mount
[Unit]
Description=nfs mount script
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=192.168.1.207/tv3
Where=/storage/NFSshare
Options=remount rw /storage/NFSshare
Type=nfs
[Install]
WantedBy=multi-user.target