You are not logged in.

#1 2016-11-15 19:32:43

nicoulaj
Member
From: France
Registered: 2011-10-10
Posts: 34

[SOLVED] GVFS with NFS: permission denied

I'm trying to mount 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" 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 which daemon is the GVFS one...

Any idea how to investigate this ?

Last edited by nicoulaj (2016-11-21 12:25:14)


AUR | github | IRC:nicoulaj

Offline

#2 2016-11-21 12:24:58

nicoulaj
Member
From: France
Registered: 2011-10-10
Posts: 34

Re: [SOLVED] GVFS with NFS: permission denied

For those interested in the answer: https://mail.gnome.org/archives/gvfs-li … 00009.html


AUR | github | IRC:nicoulaj

Offline

Board footer

Powered by FluxBB