From: chris barry <Christopher.Barry@qlogic.com>
To: autofs mailing list <autofs@linux.kernel.org>
Subject: Re: simple automount question
Date: Mon, 03 Mar 2008 09:59:16 -0500 [thread overview]
Message-ID: <1204556356.5312.97.camel@localhost> (raw)
In-Reply-To: <1204543130.29431.8.camel@raven.themaw.net>
On Mon, 2008-03-03 at 20:18 +0900, Ian Kent wrote:
> On Sun, 2008-03-02 at 23:17 -0500, chris barry wrote:
> > I've googled, but have not found an answer to this seemingly simple
> > question.
> >
> > I'm automounting /foo from box1 on box2. /foo has no files, just other
> > directories, one of which is bar.
>
> No you're not.
>
> You're mounting individual directories from box2.
> Things like, /foo/bar, /foo/baz, etc, are mounted individually, as
> requests to access them come in.
>
> >
> > box2 $ cd /foo
> > box2 $ ls
> > box2 $ (nothing shows up)
> > box2 $ cd bar
> > box2 $ cd ..
> > box2 $ ls
> > bar
> > box2 $
> >
> >
> > Q: how do I get all of the directories under /foo to show up after it's
> > automounted?
> >
> > /etc/auto.master
> > /foo /etc/auto.foo --timeout=60
> >
> > /etc/auto.foo
> > (all on one line)
> > * /
> > -fstype=nfs,rsize=32768,wsize=32768,tcp,rw,bg,hard,intr,noacl,nocto,async 10.20.30.40:/foo/&
>
> How would autofs know what these directories are, to create them, from
> that map, * doesn't really say much and, even though this map has an ip
> address in the location others may not?
I though '*' said everything ;)
>
> Ian
>
So, the problem is auto.foo. I don't want it to make individual mounts
to every dir in /foo, I just want it to mount /foo when someone
accesses /foo/whatever. I'm assuming it should look like:
(all on one line)
/foo /
-fstype=nfs,rsize=32768,wsize=32768,tcp,rw,bg,hard,intr,noacl,nocto,async 10.20.30.40:/foo/
I like the fact that /foo is disconnected automatically, so I don't want
to use fstab.
Thanks,
-C
next prev parent reply other threads:[~2008-03-03 14:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-03 4:17 simple automount question chris barry
2008-03-03 10:08 ` Massimo Mongardini
2008-03-03 11:18 ` Ian Kent
2008-03-03 14:59 ` chris barry [this message]
2008-03-05 3:01 ` Ian Kent
2008-03-05 7:04 ` chris barry
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=1204556356.5312.97.camel@localhost \
--to=christopher.barry@qlogic.com \
--cc=autofs@linux.kernel.org \
/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.