LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Can't acces NFS share (https://www.linuxquestions.org/questions/debian-26/cant-acces-nfs-share-99339/)

simonwindt 10-02-2003 05:07 AM

Can't acces NFS share
 
I have a Debian server and a Suse client. I installed NFS on my Debian server added the line:
/home/simon 192.168.0.2(rw,root_squash,sync) to my exports and:
ALL : 192.168.0. to my hosts.allow.
Started it with: rpc.nfsd, rpc.mountd, rpc.statd

When i try to mount it on my Suse client like
mount 192.168.0.1:/home/simon /mnt/simonhq I get the following error:
mount: 192.168.0.1:/home/simon failed, reason given by server: Access not allowed(translated form dutch to English
:( )

What am i doing wrong?

Thanks

finidi 10-02-2003 05:12 AM

Suse client must have rpc.portmap daemon running, is it ?

simonwindt 10-02-2003 05:13 AM

how can i check if it is running?

finidi 10-02-2003 07:11 AM

do:

ps -e | grep rpc

simonwindt 10-05-2003 07:24 AM

simon@linux:~> ps -e | grep rpc
1365 ? 00:00:00 rpc.statd
1620 ? 00:00:00 rpciod
1622 ? 00:00:00 rpc.mountd

it seems it's all running like it should?:confused:

simonwindt 10-06-2003 03:58 AM

I find out what the problem was. I had to do exportfs -r on the debian server.


All times are GMT -5. The time now is 10:09 AM.