Hello everybody,
I have an issue with this procedure. When a restart my RP pi, the connection between my NAS and my pi doesn’t start automatically.
I always need to do sudo mount -a
and then :
sudo systemctl daemon-reload
sudo systemctl restart remote-fs.target
My fstab line looks like this :
xxx.xxx.x.xx:/V1/Store /mnt/NAS nfs noauto,x-systemd.automount 0 0
Do you have an idea of how I can have the NFS drives mounted automaticaly after each and every reboot of my pi ?