Networking Forums

Networking Forums > Computer Networking > Linux Networking > Autofs/Automount on RedHat Linux Kernal 2.4.20-8 (Release 9) on i686

Reply
Thread Tools Display Modes

Autofs/Automount on RedHat Linux Kernal 2.4.20-8 (Release 9) on i686

 
 
Murali Kanaga
Guest
Posts: n/a

 
      10-17-2003, 12:36 AM
Gurus,

I am trying to mount an NFS exported dir from Solaris 8 onto
this Linux client using autofs/automount:

From the Linux client:

root@Linux# showmount -e ns1
Export list for ns1:
/homes (everyone)

root@Linux# cat /etc/auto.net
# $Id: auto.misc,v 1.2 1997/10/06 21:52:04 hpa Exp $
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# Details may be found in the autofs(5) manpage

# the following entries are samples to pique your imagination
ns1 -fstype=nfs ns1:/homes

root@Linux# cat /etc/auto.master
# $Id: auto.master,v 1.2 1997/10/06 21:52:03 hpa Exp $
# Sample auto.master file
# Format of this file:
# mountpoint map options
# For details of the format look at autofs(8).
/net /etc/auto.net --timeout=10

[root@Linux# /etc/init.d/autofs status
Configured Mount Points:
------------------------
/usr/sbin/automount --timeout 10 /net file /etc/auto.net

Active Mount Points:
--------------------
/usr/sbin/automount --timeout 10 /net file /etc/auto.net

The whole dir is mounted under /net/ns1. I want this under /net/ns1/homes

What I am doing wrong here? What needs to be changed in order to achieve
this?

Thanks,
-Murali
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Redhat Linux 8 and Redhat Enterprise Linux 4 printer not configure Niraj Linux Networking 0 12-06-2006 04:51 AM
kernel-2.4.20-13.9.HOSTAP.i686.rpm with 3com 3CRWE777A in Redhat 9.0 Yong Chu Eu Wireless Internet 0 04-06-2004 05:33 AM
strange network crash [Linux taco 2.4.20 #7 SMP Thu Jul 3 21:48:15 CDT 2003 i686 unknown] alan Linux Networking 0 02-05-2004 08:01 AM
strange network crash [Linux taco 2.4.20 #7 SMP Thu Jul 3 21:48:15 CDT 2003 i686 unknown] alan Linux Networking 0 02-05-2004 08:01 AM
autofs automount problem vincent blondel Linux Networking 0 08-11-2003 07:27 PM



1 2 3 4 5 6 7 8 9 10 11