<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Ankush Grover wrote:
<blockquote cite="mid987ccbd3050320201243b5012e@mail.gmail.com"
 type="cite">
  <pre wrap="">On Sun, 20 Mar 2005 22:30:43 -0500, Steven J. Brown
<a class="moz-txt-link-rfc2396E" href="mailto:sbrown3@optonline.net"><sbrown3@optonline.net></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm trying to use autofs in its simplest possible form, following
examples in Red Hat's documentation, to mount an nfs directory from my
desktop pc to my notebook.  Everything seems to be in place because I
can mount the nfs export manually (at the command line or with
/etc/fstab) with no problem.  I want to do this because I connect my
notebook to three different networks (or sometimes I don't connect to a
network) and on startup, the notebook seems to take forever looking for
the networks (to mount smbfs/nfs/ncpfs directories) that arent' there.
I'm hoping that autofs will reduce boot time.  To get started, I tried a
simple one.  Here's how I've set it up:

Server (Desktop PC):
/etc/exports:
/home/sbrown    192.168.2.3(rw,sync)

Notebook:
/etc/auto.master:
/misc   /etc/auto.misc

/etc/hosts:
192.168.2.4   dadlx

/etc/auto.misc:
dad   -rw,soft,intr,rsize=8192,wsize=8192   dadlx:/home/sbrown

    </pre>
  </blockquote>
  <pre wrap=""><!---->

you have written dad in this line where it is dadlx

 dad   -rw,soft,intr,rsize=8192,wsize=8192   dadlx:/home/sbrown

you can replace dad with * .

*   -rw,soft,intr,rsize=8192,wsize=8192   dadlx:/home/sbrown

I think that should solve ur problem.


Regards

Ankush

  </pre>
</blockquote>
The '*' doesn't seem to be working.  Anything else you can think of?<br>
<br>
<div class="moz-signature">-- <br>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Signature</title>
<pre>Steven J. Brown
<a class="moz-txt-link-abbreviated" href="mailto:sbrown3@optonline.net">sbrown3@optonline.net</a>
516/812-8338
home:mozilla/firefox:linux
<a href="http://www.spreadfirefox.com/?q=affiliates&id=0&t=70"><img
 alt="Get Firefox!" title="Get Firefox!"
 src="cid:part1.04050405.08080603@optonline.net" border="0"></a>
</pre>
</div>
</body>
</html>