Quantcast
Viewing all articles
Browse latest Browse all 5526

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

Hi,

I have the following fstab file which was working fine till a few days ago, when there was a power outage - the IP address of my raspberry pi has changed but not of my NAS below

Fstab file:

Code:

proc            /proc           proc    defaults          0       0PARTUUID=bd1fc058-01  /boot           vfat    defaults,flush    0       2PARTUUID=bd1fc058-02  /               ext4    defaults,noatime  0       1# a swapfile is not a swap partition, no line here#   use  dphys-swapfile swap[on|off]  for that192.168.0.166:/Public/Movies /home/pi/Movies nfs defaults,noatime,nofail,noexec,nodev,nosuid,_netdev,x-systemd.automount,vers=4.0 0 0192.168.0.166:/Public/tv /home/pi/TVShows nfs defaults,noatime,nofail,noexec,nodev,nosuid,_netdev,x-systemd.automount,vers=4.0 0 0192.168.0.166:/Public/drone /home/pi/drone nfs defaults,noatime,nofail,noexec,nodev,nosuid,_netdev,x-systemd.automount,vers=4.0 0 0192.168.0.166:/Public/Backup /home/pi/Backup nfs defaults,noatime,nofail,noexec,nodev,nosuid,_netdev,x-systemd.automount,vers=4.0 0 0
Error message being received is:
mount.nfs: mounting 192.168.0.166:/Public/Movies failed, reason given by server: No such file or directory
mount.nfs: mounting 192.168.0.166:/Public/tv failed, reason given by server: No such file or directory
mount.nfs: mounting 192.168.0.166:/Public/drone failed, reason given by server: No such file or directory
mount.nfs: mounting 192.168.0.166:/Public/Backup failed, reason given by server: No such file or directory
Any help appreciated as I'm not that much of a technical person but can follow instructions well enough.

Thanks

Statistics: Posted by deathgnome — Mon Jan 29, 2024 7:36 am



Viewing all articles
Browse latest Browse all 5526

Trending Articles