All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Tessun <martin.tessun@gmx.de>
To: raespi@estudiantes.uci.cu
Cc: autofs@linux.kernel.org
Subject: Re: how to use keys ...
Date: Tue, 05 May 2009 21:29:18 +0200	[thread overview]
Message-ID: <4A00938E.6050804@gmx.de> (raw)
In-Reply-To: <1241234851.12172.5.camel@bellerophon>

raespi schrieb:
> Hi, i've been trying out the autofs mounter to gain more availability in
> my network environment ... I have a number of users created already
> under :
> 
> /home/.....
> 
> /home/teratux  :: For example
> 
> I want to be able to automount a resource from NFS in this exact
> location.  This is my auto.master:
> 
> /home   /etc/auto.home --timeout=10
> 
> This is my auto.home:
> 
> x          -ro,soft,intr,rsize=32768,wsize=32768,noatime
> 10.7.22.178:/home

So the auto.master i scorrect. If you want to use wildcards, you can do
so by using the following auto.home:

*	-ro,soft,intr,rsize=32768,wsize=32768,noatime 10.7.22.178:/home/&

So if you do a cd /home/abc it tries to mount 10.7.22.178:/home/abc at
this location.

Regards,
Martin

      parent reply	other threads:[~2009-05-05 19:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-02  3:27 how to use keys raespi
2009-05-04 12:25 ` Greg Wooledge
2009-05-05 19:29 ` Martin Tessun [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A00938E.6050804@gmx.de \
    --to=martin.tessun@gmx.de \
    --cc=autofs@linux.kernel.org \
    --cc=raespi@estudiantes.uci.cu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.