Hi all,
I'm using Arch Linux with GNOME 3.22, and I'm trying to access a NFS share with Nautilus, I installed gvfs-nfs and I'm trying to access it with this URL:
nfs://storm/mnt/data/videos
But I get a "permission denied" error.
With gvfs-mount:
$ gvfs-mount nfs://storm/mnt/data/videos
Error mounting location: Permission refus?e?: cet h?te est peut-?tre interdit ou un port privil?gi? est n?cessaire
("this host might be forbidden or a privileged port is necessary)
Mounting with "mount" works fine:
sudo mount -t nfs -o rw storm:/mnt/data/videos /tmp/storm
The exports on my server are:
$ cat /etc/exports
/mnt/data/ 192.168.1.0/16(ro,fsid=root,no_subtree_check,insecure)
/mnt/data/music 192.168.1.0/16(ro,no_subtree_check,nohide,insecure)
/mnt/data/videos 192.168.1.0/16(ro,no_subtree_check,nohide,insecure)
/mnt/data/downloads 192.168.1.0/16(ro,no_subtree_check,nohide,insecure)
This page mentions some debug variables, but I'm not sure where to put it, I'm not even sure which daemon is the GVFS one...
Any idea how to investigate this ?
Best regards,
Julien