Quantcast
Viewing all articles
Browse latest Browse all 4908

Troubleshooting • Re: Mounting failed, reason given by server: No such file or directory

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:
  • 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
Edited to fix missing mount command

Statistics: Posted by deathgnome — Mon Jan 29, 2024 1:05 pm



Viewing all articles
Browse latest Browse all 4908

Trending Articles