Received the following error with the below command:
A dependency job for rpc-statd.service failed. See 'journalctl -xe' for details.
The obvious first steps are:Edited to fix missing mount command
- 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 mount -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 deathgnome — Mon Jan 29, 2024 1:05 pm