From: "David D. Hagood" <David.Hagood@ifrsys.com>
To: linux-kernel@vger.kernel.org
Subject: Automount FS re-exported via NFS fails
Date: Mon, 12 Nov 2001 14:42:36 -0600 [thread overview]
Message-ID: <3BF0343C.2080409@ifrsys.com> (raw)
I have a situation where I have a set of file systems that are automounted by
the automount file system in 2.4.x under /misc. I'd like to make those file
systems available via NFS from machine.
In the ideal case, I would have something like this in /etc/exports:
/misc 10.0.0.0/255.0.0.0 (rw)
Thus, a client machine could mount server:/misc as /somedir, and then cause a
filesystem to be mounted by accessing /somedir/some_auto_filesystem.
However, that doesn't work, as the NFSD seems to want to do a getfh() IOCTL on
the auto file system, and autofs doesn't seem to support that IOCTL.
(I can work around this by explicitly exporting each possible file system under
/misc, and allowing clients to mount them directly, but this isn't the greatest
solution.)
First, is anybody working on this? If not, I may try my hand at it.
Second, if nobody is working on it, anybody have pointers on a good file system
to model a getfh() for autofs on?
Please CC me, as I'm not currently subscribed to the list.
#include <std_disclaimer>
next reply other threads:[~2001-11-12 20:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-12 20:42 David D. Hagood [this message]
2001-11-13 18:19 ` Automount FS re-exported via NFS fails vda
2001-11-13 16:47 ` Trond Myklebust
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=3BF0343C.2080409@ifrsys.com \
--to=david.hagood@ifrsys.com \
--cc=linux-kernel@vger.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.