Hello,
I try to export a directory , for example /home/reza,
to be mounted in a Unix Digital machine.
I 've edided my /etc/exports. I also added the following
line  :

/home/reza mesioq(rw)  

On the Unix Digital  machine , I try to mount 
the /home/reza directory  with the command 
mount pccorot10:/home/reza pccorot

(pccorot10 is the name of my Linux machine , the NFS server 
mesioq is the Unix Digital machine )

I get the following error on mesioq :
Can't access /home/reza: Permission denied  

The NFS server should work properly , I cheched it by typping
the following command :
rpcinfo -p   
, which gives the following  result :

  program no_version protocole  no_port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp    887  status
    100024    1   tcp    889  status
    100011    1   udp    897  rquotad
    100011    2   udp    897  rquotad
    100005    1   udp    906  mountd
    100005    1   tcp    908  mountd
    100005    2   udp    911  mountd
    100005    2   tcp    913  mountd
    100005    3   udp    916  mountd
    100005    3   tcp    918  mountd
    100003    2   udp   2049  nfs
    100021    1   udp   1055  nlockmgr
    100021    3   udp   1055  nlockmgr
    100021    1   tcp   1571  nlockmgr
    100021    3   tcp   1571  nlockmgr  


But we can see that the tcp protcole is missing for the nfs daemon.

The /var/log/messages file reports the following error :
Aug 23 15:35:26 pccorot10 mountd[9210]: refused mount request from
mesioq.obspm.fr: illegal port 4917  


Does any one knows the reasons of this problem  ?


Reza Samadi

Reply via email to