All of lore.kernel.org
 help / color / mirror / Atom feed
* NFS Setup
@ 2002-03-20  5:15 jkt
  0 siblings, 0 replies; 2+ messages in thread
From: jkt @ 2002-03-20  5:15 UTC (permalink / raw)
  To: nfs@lists.sourceforge.net

Hello,

My name is John Tankersley. I am new to NFS and am seeking some help in
how to set up the entries in 
the /etc/exports file on the host side and the /etc/fstab file on the
client side.
I have two machines running SuSE Linux 7.3 professional each.  I can
ping and telnet between the two
machines successfully. Machine (1) host machine's ip is 192.168.1.3. 
The client machine's ip is 
192.168.1.1.  Here is the entry in the host machine /etc/exports  file. 
/tmp 192.168.1.1.
The entry at the client machine in /etc/fstab file is 192.168.1.3:/tmp. 
I just want to know what I am doing wrong in my entries.  I hope my
explanation is clear.  I am trying to mount the /tmp directory on the
host machine to the client machine.  Could someone please indicate what
is wrong with my entries?

Thank-you,

John Tankersley
jkt@execpc.com

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

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

* Re: NFS Setup
@ 2002-03-20 17:08 Bruce Allan
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Allan @ 2002-03-20 17:08 UTC (permalink / raw)
  To: jkt; +Cc: nfs@lists.sourceforge.net


You are missing the required mount point, filesystem type, and mount
options in your client's /etc/fstab.  See fstab(5) manpage.  For example,
the entry in your client's /etc/fstab might need to look like:
192.168.1.3:/tmp  /mnt/tmp    nfs   rw,hard,intr

Note, the /mnt/tmp mount point is just an example, you can use whatever you
require; and the options are typical but may be different for your needs.

  You may also want to add options to your server's /etc/exports; it's
optional, but you may want to change the defaults.  See exports(5) manpage.

---
Bruce Allan  <bruce.allan@us.ibm.com>
Software Engineer, Linux Technology Center
IBM Corporation, Beaverton OR
503-578-4187   IBM Tie-line 775-4187



                                                                                                                                  
                      jkt <jkt@execpc.com>                                                                                        
                      Sent by:                    To:       "nfs@lists.sourceforge.net" <nfs@lists.sourceforge.net>               
                      nfs-admin@lists.sour        cc:                                                                             
                      ceforge.net                 Subject:  [NFS] NFS Setup                                                       
                                                                                                                                  
                                                                                                                                  
                      03/19/2002 09:15 PM                                                                                         
                                                                                                                                  
                                                                                                                                  




Hello,

My name is John Tankersley. I am new to NFS and am seeking some help in
how to set up the entries in
the /etc/exports file on the host side and the /etc/fstab file on the
client side.
I have two machines running SuSE Linux 7.3 professional each.  I can
ping and telnet between the two
machines successfully. Machine (1) host machine's ip is 192.168.1.3.
The client machine's ip is
192.168.1.1.  Here is the entry in the host machine /etc/exports  file.
/tmp 192.168.1.1.
The entry at the client machine in /etc/fstab file is 192.168.1.3:/tmp.
I just want to know what I am doing wrong in my entries.  I hope my
explanation is clear.  I am trying to mount the /tmp directory on the
host machine to the client machine.  Could someone please indicate what
is wrong with my entries?

Thank-you,

John Tankersley
jkt@execpc.com

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs




_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

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

end of thread, other threads:[~2002-03-20 17:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-20  5:15 NFS Setup jkt
  -- strict thread matches above, loose matches on Subject: below --
2002-03-20 17:08 Bruce Allan

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.