Tagged Questions
0
votes
0answers
72 views
idmapd not mapping ids in nfs mount?
I have idmapd.conf identical on both server *ubuntu) and client (gentoo), but the user and group for exported files still come up as nobody/nogroup—that's an improvement over 4294967294, but I ...
0
votes
1answer
39 views
Share specific directory which is not at the root of the file system using NFS
I'm exporting the directory: /a/b/c/
Now, when i mount this share from the client, at /mnt/c, in order to access /a/b/c/ on the server i need to access /mnt/c/a/b/c
Is there a way to make /mnt/c show ...
1
vote
1answer
615 views
Setting up NFS server on Gentoo
I'm trying to set up an NFS server on a Gentoo VM. I've installed nfs-utils-1.2.2 and added the following line to the /etc/exports file:
/root/svn 10.0.0.0/255.0.0.0(rw,sync,no_subtree_check)
...