Try the following:
1. Make sure that server 2 is really exporting what it's supposed to.
    $ exportfs
2. Make sure nfsd is running on server 2
    $ /etc/rc.d/init.d/nfs restart
3. Make sure exported resource is really mounted locally on server 2
4. Add server 2 to /etc/hosts file on server 1
    i.e. xxx.xxx.xxx.xxx     server2.domain.xxx  hostname
5. I think this entry
    > /mnt/Shared (rw,no_root_squash)
    should be
    /mnt/Shared *** (rw,no_root_squash)

Replace *** with ipaddress(es) or *.domain.xxx [ I think ipaddresses are
separated by commas -not sure though. See man page ]

You can litteraly use *.domain.xxx just like this, just don't forget to put
your full domain here.

You an try it wide open like this and see it it makes a difference. If you
get it working, change it to something more specific.

Hope it helps.
Raf.


J.Rafael.S�nchez
Itres Research Limited
www.itres.com
P.403.250.9944
F.403.250.9916

----- Original Message -----
From: "Johnny Stork" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 31, 2003 6:35 PM
Subject: (clug-talk) Mount Problems


> I have a strange mount issue that I am hoping someone will have some idea
as to whats going on. Two RH 7.3 systems with one of them exporting 2
mounted folders  to everyone, off a second HD. A laptop running RH 8 can
mount either fine. But a second server running RH 7.3 and another
workstation running MDK 9.1, keep getting "permission denied" errors from
the server? All machines have the same user and root accounts/passwords.
>
>
> Here are the details.
>
> Server 1: RedHat 7.3, fully patched, all errata (192.168.1.1)
> This server cant connect to the export from the Server 2 below?
>
> Relavent fstab entry
>
> 192.168.1.3:/mnt/Shared /mnt/Shared nfs
rsize=8192,wsize=8192,timeo=14,intr,soft  0 0
>
>
>
> Server 2: RedHat 7.3, fully patched, all errata (192.168.1.3)
>
> Relevant fstab entries
> LABEL=/mnt/Shared       /mnt/Shared             ext3    defaults        0
0
>
> Relevant exports entry:
> /mnt/Shared (rw,no_root_squash)
>
> I have tried to explicitly export to 192.168.1.1, but still get a
"permission denied" error. I also chmod a+rwx -R /home which had no effect?
>
>
>
>
> <hr>
> <b><font color=blue size=4>Open Enterprise Solutions</font></b>
> <b><font color=red>Linux & Open Source Solutions for Business</font></b>
>
> Johnny Stork, BA
> Calgary, AB
> Canada
>
> <a href="http://www.openenterprise.ca";>
> www.openenterprise.ca</a>
>
> ---------------------------------------------------
> The Webtop Personal Web-based Email System
> http://www.yourwebtop.com

Reply via email to