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 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.

john
------------------------------------
John N. Alegre                   o
Andante Systems               o
eCommerce Consulting       o
Custom Web Development <*{{{{}><
------------------------------------ 
E-Mail: [EMAIL PROTECTED]
Date: 01-Apr-02
Time: 18:36:10
------------------------------------



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

Reply via email to