Can't access NFS via GNOME Nautilus. (Mountpoint does not exist)
4
votes
2
answers
6536
views
I have NFS server. I can mount it manually:
sudo mount -t nfs myserver:/srv/nfs /mnt
But I can also mount it with file managers, as I'm broadcasting its presence using avahi. I can mount it via thunar (xfce's file manager), but I'm not able to access it via GNOME's Nautilus.
Nautilus says:
Unable to access location: Mountpoint does not exist.
GVFS log says:
nfs: Added new job source 0x55c37a44e2f0 (GVfsBackendNfs)
nfs: Queued new job 0x55c37a43cf30 (GVfsJobMount)
nfs: send_reply(0x55c37a43cf30), failed=1 (Mountpoint does not exist)
Server side /etc/exports:
# /etc/exports - exports(5) - directories exported to NFS clients
#
# Example for NFSv2 and NFSv3:
# /srv/home hostname1(rw,sync) hostname2(ro,sync)
# Example for NFSv4:
# /srv/nfs4 hostname1(rw,sync,fsid=0)
# /srv/nfs4/home hostname1(rw,sync,nohide)
# Using Kerberos and integrity checking:
# /srv/nfs4 *(rw,sync,sec=krb5i,fsid=0)
# /srv/nfs4/home *(rw,sync,sec=krb5i,nohide)
#
# Use
exportfs -arv
to reload.
/srv/nfs 192.168.1.0/24(rw,sync,no_subtree_check,all_squash,insecure)
Server side /etc/avahi/services/nfs.service:
%h-nfs
_nfs._tcp
2049
path=/srv/nfs
Asked by yomol777
(209 rep)
May 29, 2021, 06:22 PM
Last activity: Apr 18, 2025, 02:03 PM
Last activity: Apr 18, 2025, 02:03 PM