>####################### Original Question ##############################
>Ok list,
>
>I need some help.
>
>I have a laptop running RedHat 6.2.  I am trying to mount directories via
NFS.
>Now I do not want to do this if the laptop is not on my local LAN, so I am
not
>starting NFS in my boot scripts.  I am starting it manually.  The tower
onto
>which I am mounting the laptop directory is running RedHat 7.1.  The
laptop is
>valencia, the tower is zaragoza.
>
>Ok first here is my /etc/exports
>
##############################################################################

>home/jna zaragoza.andante.mn.org(rw,no_root_squash)
>
##############################################################################

>
>The first try I did
>
>[root]# mount -o rsize=1024,wsize=1024 valencia:/home/jna/Ok list,
>
>I need some help.
>
>I have a laptop running RedHat 6.2.  I am trying to mount directories via
NFS.
>Now I do not want to do this if the laptop is not on my local LAN, so I am
not
>starting NFS in my boot scripts.  I am starting it manually.  The tower
onto
>which I am mounting the laptop directory is running RedHat 7.1.  The
laptop is
>valencia, the tower is zaragoza.
>
>Ok first here is my /etc/exports
>
##############################################################################

>/home/jna zaragoza.andante.mn.org(rw,no_root_squash)
>
##############################################################################

>
>The first try I did
>
>[root]# mount -o rsize=1024,wsize=1024 valencia:/home/jna/mnt/valencia
>mount: RPC: Unable to receive; errno = Connection refused
>
>at that point I realized that I was not starting NFS on the laptop so I
did
>
>[root@valencia jna]# /usr/sbin/rpc.mountd
>[root@valencia jna]# /usr/sbin/rpc.nfsd
>
>now I get
>
>[root]# mount -o rsize=1024,wsize=1024 valencia:/home/jna/mnt/valencia
>mount: valencia:/home/jna failed, reason given by server: Permission
denied
>
>what permissions are we talking about????  The permissions on the mount
point
>are 777.  The permissions on valencia:/home/jna are standard 755.  I mount
in
>the reverse zaragoza to valencia just fine with the same permissions.
>
>What am I missing
>All comments welcome.
>########################################################################

Now I would suspect this:
* UID on NFS sharing and laptop are different (should work with right 777
  anyway)
* User on laptop to connect to the NFS sharing machine is unknown
  on the NFS sharing machine.


Rick





_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to