You are not logged in.
Hi, I'm trying to configure a nfs server.
I've followed the nfs wiki entry, adding my exports and starting/enabling rpc-idmap and rpc-mountd service.
(Though I skipped the binding to /srv/nfs4 since security is not an issue, but after I failed I tried it and didn't work either, same error)
But whenever I try to connect to my shares using kde's kio-slave nfs:// (via dolphin), I get the following error:
Error: Connection to host An RPC error occurred. is broken.
Note that I can "see" my shared folders, the error comes when I try to access them (screenshots added at the end of the post).
My setup:
$ hostname
cube
$ cat /etc/idmapd.conf
Verbosity = 0
Pipefs-Directory = /var/lib/nfs/rpc_pipefs
Domain = cube
[Mapping]
Nobody-User = nobody
Nobody-Group = nobody
[Translation]
Method = nsswitch
$ cat /etc/exports
/media/data/Peliculas *(rw,insecure,no_subtree_check)
/media/data/Series *(rw,insecure,no_subtree_check)
/media/data/.Aita/Peliculas *(rw,insecure,no_subtree_check)
/media/data/.Aita/Series *(rw,insecure,no_subtree_check)
$ showmount -e cube
/media/data/.Aita/Series *
/media/data/.Aita/Peliculas *
/media/data/Series *
/media/data/Peliculas *
I've done this before, and it wasn't any hard, but now I'm having trouble setting it up. Has anyone faced the same error? Any tips?
Thanks.
Screenshots, click to enlarge:
pd: right now my sever/client is the same machine, maybe during the weekend I get access to another machine so I can test it over the network, but this should work even if using one machine as server/client, right?
pd2: my system is fully upgraded, kdesdk-kioslaves 4.13.0-1, libnfs 1.9.3-1, nfs-utils 1.2.9-5
edit: my /media/data disk is a 3Tb disk, GPT partitioned, not sure if this could have anything to do, posting just to be sure it doesn't
Last edited by mzneverdies (2014-04-25 08:20:40)
Offline