LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Mounting /home via nfs (https://www.linuxquestions.org/questions/linux-networking-3/mounting-home-via-nfs-572129/)

farmorg 07-25-2007 06:26 AM

Mounting /home via nfs
 
Hi all

I have a server running centos 4 with /home exported like this:
/home *(rw,sync,map_daemon)

And a workstation running kubuntu wich mounts /home from the server like this (fstab):

server:/home /home nfs defaults 0 0

Both machines have the same user account but the uid's are different, 500 on the server & 1000 on the workstation.

As you can see from the exports file, I am trying to map the uids but for some reason it is not working. If I ls -lh on the workstation, it shows that the files & dirs in the users home dir as 500 (server).

I have nfs-common package installed on the workstation and /sbin/rpc.ugidd is running. On the server, /etc/init.d/rpcidmapd is also running.

I think I must be missing something here, can anyone enlighten me?

Many thanks

farmorg

rtspitz 07-28-2007 08:39 PM

google is your friend:

http://www.mail-archive.com/debian-b...msg281890.html


All times are GMT -5. The time now is 02:39 PM.