>From [EMAIL PROTECTED] Tue Feb 6 09:25:46 2001
>Return-Path: <[EMAIL PROTECTED]>
Received: from hera.kernel.org (IDENT:[EMAIL PROTECTED] [209.10.217.83])
by gateway.camelot.jp (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id JAA17041
for <[EMAIL PROTECTED]>; Tue, 6 Feb 2001 09:25:44 +0900
Received: (from majordom@localhost)
by hera.kernel.org (8.9.3/8.9.3) id PAA30361
for autofs-list; Mon, 5 Feb 2001 15:31:19 -0800
Received: from gw.goop.org ([EMAIL PROTECTED]
[206.170.148.147])
by hera.kernel.org (8.9.3/8.9.3) with ESMTP id PAA30358
for <[EMAIL PROTECTED]>; Mon, 5 Feb 2001 15:31:17 -0800
Received: from ixodes.goop.org (ixodes [192.168.0.5])
by gw.goop.org (Postfix) with ESMTP
id 2455462002; Mon, 5 Feb 2001 15:31:16 -0800 (PST)
Received: by ixodes.goop.org (Postfix, from userid 0)
id B797D104B6; Mon, 5 Feb 2001 15:31:15 -0800 (PST)
Date: Mon, 5 Feb 2001 15:31:15 -0800
From: Jeremy Fitzhardinge <[EMAIL PROTECTED]>
To: "Taylor, ForrestX" <[EMAIL PROTECTED]>
Cc: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: Re: Redhat 6.2 autofs and the /net directory
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <[EMAIL PROTECTED]>; from
[EMAIL PROTECTED] on Mon, Feb 05, 2001 at 11:45:55AM -0800
Sender: [EMAIL PROTECTED]
Precedence: bulk
Status: O
Content-Length: 1481
Lines: 31
On Mon, Feb 05, 2001 at 11:45:55AM -0800, Taylor, ForrestX wrote:
> I've read the archives, and I have a few questions about the /net directory.
> I want to auto mount directories in /net under the
> /net/<hostname>/<exports>/<dirs>. It seems that there is a solution using
> the new autofs4. I don't _really_ want to do this unless it is very stable,
> because this is for a production environment, and I am installing machines
> via Kickstart NFS install. I can patch the kernel and rebuild the rpm (I
> already have to do it for a couple of other programs), but I want to know if
> there is a solution that I can use with the existing systems (autofs-3.1.4,
> kernel 2.2.16).
No. The whole point of doing autofs4 was to enable this feature.
Autofs has been pretty reliable for me and people I know who use it, but
I'd love to get some more feedback. There are no serious outstanding bugs
(in fact all the bugs are map parsing nits, from memory).
> Can I use the auto.net file from autofs-4?
If you upgrade the automount daemon to 4, you may be able to use it for
hosts which export a single filesystem from / (ie: host:/). I haven't
tested it, and it's not very useful in practice. autofs3 won't cope
with auto.net at all.
> Will it work at
> getting the exports/directories from other hosts (BTW must the hosts be in
> /etc/hosts, or can I get them via NIS/NFS?)?
auto.net just looks them up using the resolver, so however you have that
set up (generally DNS).
J