All of lore.kernel.org
 help / color / mirror / Atom feed
* It works, but it doesn't
@ 2003-08-07 14:32 Steve Gonzales
  2003-08-07 14:49 ` Marc Schmitt
  2003-08-07 14:58 ` Trond Myklebust
  0 siblings, 2 replies; 3+ messages in thread
From: Steve Gonzales @ 2003-08-07 14:32 UTC (permalink / raw)
  To: NFS List

Hello all.

Situation:
One NFS server
One NFS mount client
One NFS installation client (for RedHat 9)

IPAddr1 = IP Address of Server
IPAddr2 = IP Address of NFS mount client
IPAddr3 = IP Address of NFS installation client

------------------------------------------------------

Server /etc/exports:
/install/RedHat/9	<IPAddr2>(ro,no_root_squash)
/install/RedHat/9	<IPAddr3>(ro,no_root_squash)

When I manually mount from <IPAddr2>, it works.

However, when I attempt to do an NFS installation of RedHat 9 to
<IPAddr3>, it fails.

IPAddr3 Error Message:
That directory could not be mounted from the server.

IPAddr1 /var/log/messages entry:
Aug 7 09:23:56: <servername> rpc.mountd: refused mount request from
<FQDN for IPAddr3> for /install/RedHat/9 (/): no export entry.

------------------------------------------------------

I hope it's not too confusing.  Any help would be greatly appreciated as
this is study for the big RHCE test.

Thanks.
Steve



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: It works, but it doesn't
  2003-08-07 14:32 It works, but it doesn't Steve Gonzales
@ 2003-08-07 14:49 ` Marc Schmitt
  2003-08-07 14:58 ` Trond Myklebust
  1 sibling, 0 replies; 3+ messages in thread
From: Marc Schmitt @ 2003-08-07 14:49 UTC (permalink / raw)
  To: Steve Gonzales; +Cc: NFS List

Hi Steve,

Try:

Server /etc/exports:
/install/RedHat/9 <IPAddr2>(ro,no_root_squash) <IPAddr3>(ro,no_root_squash)

AFAIK, one can only have one entry per exported directory (in your case /install/RedHat/9).

Greetings
   Marc





-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: It works, but it doesn't
  2003-08-07 14:32 It works, but it doesn't Steve Gonzales
  2003-08-07 14:49 ` Marc Schmitt
@ 2003-08-07 14:58 ` Trond Myklebust
  1 sibling, 0 replies; 3+ messages in thread
From: Trond Myklebust @ 2003-08-07 14:58 UTC (permalink / raw)
  To: Steve Gonzales; +Cc: NFS List

>>>>> " " == Steve Gonzales <gonzo@eng.lsu.edu> writes:

     > Server /etc/exports:
     > /install/RedHat/9 <IPAddr2>(ro,no_root_squash)
     > /install/RedHat/9 <IPAddr3>(ro,no_root_squash)

Put them both on one line (separated with spaces), and it will
work. i.e.

/install/RedHat/9 <IPAddr2>(ro,no_root_squash) <IPAddr3>(ro,no_root_squash)


Cheers,
  Trond


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-08-07 14:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-07 14:32 It works, but it doesn't Steve Gonzales
2003-08-07 14:49 ` Marc Schmitt
2003-08-07 14:58 ` Trond Myklebust

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.