>From [EMAIL PROTECTED] Fri Feb 16 07:48:15 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 HAA01514
for <[EMAIL PROTECTED]>; Fri, 16 Feb 2001 07:48:13 +0900
Received: (from majordom@localhost)
by hera.kernel.org (8.9.3/8.9.3) id NAA07522
for autofs-list; Thu, 15 Feb 2001 13:40:54 -0800
Received: from mailserver1.hrz.tu-darmstadt.de ([EMAIL PROTECTED]
[130.83.126.41])
by hera.kernel.org (8.9.3/8.9.3) with ESMTP id NAA07516
for <[EMAIL PROTECTED]>; Thu, 15 Feb 2001 13:40:52 -0800
Received: from nets1.vlsi.informatik.tu-darmstadt.de
(nets1.vlsi.informatik.tu-darmstadt.de [130.83.31.101])
by mailserver1.hrz.tu-darmstadt.de (8.9.1a/8.9.1) with ESMTP id WAA29071;
Thu, 15 Feb 2001 22:41:01 +0100 (MET)
Received: from iss.tu-darmstadt.de (steffen@linpc17 [130.83.31.207])
by nets1.vlsi.informatik.tu-darmstadt.de (8.9.2/8.9.2) with ESMTP id WAA02330;
Thu, 15 Feb 2001 22:40:47 +0100 (MET)
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 15 Feb 2001 22:40:47 +0100
From: Steffen Klupsch <[EMAIL PROTECTED]>
Organization: TU Darmstadt, Integrierte Schaltungen und Systeme
X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.14 i686)
X-Accept-Language: German, de, en
MIME-Version: 1.0
To: "H. Peter Anvin" <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: automount fails on automount requests
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: [EMAIL PROTECTED]
Precedence: bulk
Status: O
Content-Length: 1313
Lines: 33
"H. Peter Anvin" wrote:
>
> Steffen Klupsch wrote:
> >
> > My sysadmin will explode, when she notices that I mount the
> > nets1:/iss/local1' tentimes for each linux machine...
> >
>
> I presume what you're trying to do is something like the Sun foo:bar:baz
> syntax (by the way, what's wrong with mounting multiple times? If you're
> using different portions of it, it doesn't add significant load over what
> a single mount does.)
I have to mount NIS maps with entries like:
---cut
local host==nets1;type:=link;fs:=/iss/local1 \
host!=nets1;os!=linux;type:=nfs;fs:=${autodir}/${key};rhost:=nets1;rfs:=/iss/local1;opts:=rw,bg
\
host!=nets1;os==linux;type:=nfs;fs:=${autodir}/${key};rhost:=nets1;rfs:=/iss/local1;opts:=rw,bg,rsize=8192,wsize=16384
Linux type:=link;fs:=/vlsi/local/${key}
--end cut (some lines have been broken by the email program)
The mounts are mounts with conditional options, which can be interpreted by a
'program script' and the shortcut links like 'Linux' are supposed to be
automounted symbolic links. Therefore, the nfs server has only one
open connection to each linpc - this reduces some kind of system load on the nfs
server. For the client it is probably not of relevance.
Can you provide me with a link to additional information regarding
'vfsbinds'?
Regards, Steffen