The obvious first steps are:
- On the server check the paths exist (NFS paths are the full path from the server's root directory as seen by the server)
- Check lettercase matches on client and server. NFS path and file names are cases sensitive.
- Try mounting the exports from the command line:
Code:
sudo -t nfs -o defaults,noatime,nofail,noexec,nodev,nosuid,vers=4 192.168.0.166:/Public/Movies /home/pi/Movies - Have a read of Using fstab A Beginner's Guide
Statistics: Posted by thagrol — Mon Jan 29, 2024 11:56 am