LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cant able to mount nfs share in clients (https://www.linuxquestions.org/questions/linux-newbie-8/cant-able-to-mount-nfs-share-in-clients-650222/)

rskarthik 06-18-2008 11:57 PM

cant able to mount nfs share in clients
 
hi

i am facing a problem when i try to mount nfs shared directory in nfs clients

root@sys1 ~]# mount 172.50.1.100:/home/temp /mnt

mount: 172.50.1.100:/home/temp /mnt failed, reason given by server is permission denied

like that i am getting the problem

can anybody help me regarding this issue

thanks in advance

billymayday 06-19-2008 04:53 PM

Have you added /home/temp to the exports file on the server?

Something like

/home/temp 172.50.1.0/24(rw,sync)

in /etc/exports is what I'd expect (the IP range needs to be the client subnet)


All times are GMT -5. The time now is 01:18 AM.