From owner-freebsd-questions Thu Aug 28 09:17:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA07293 for questions-outgoing; Thu, 28 Aug 1997 09:17:40 -0700 (PDT) Received: from sunland.gsfc.nasa.gov (sunland.gsfc.nasa.gov [128.183.22.16]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA07288 for ; Thu, 28 Aug 1997 09:17:35 -0700 (PDT) Received: from sunblock.gsfc743 (sunblock.gsfc.nasa.gov [128.183.22.73]) by sunland.gsfc.nasa.gov (8.8.4/8.8.4) with SMTP id MAA13948 for ; Thu, 28 Aug 1997 12:17:32 -0400 (EDT) Received: by sunblock.gsfc743 (SMI-8.6/SMI-SVR4) id MAA10094; Thu, 28 Aug 1997 12:17:31 -0400 Date: Thu, 28 Aug 1997 12:17:31 -0400 Message-Id: <199708281617.MAA10094@sunblock.gsfc743> From: Tim Singletary To: freebsd-questions@freebsd.org Subject: 2.2.2, amd (automounter), and /net Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk A month or so ago there were questions about how to get SunOS style /net mounts to work under 2.2.2-RELEASE. Was there ever any resolution? To restate the problem, the following works under 2.2.1 but not under 2.2.2: # sed 's/^/> /' /etc/amd.home > /defaults type:=nfs;sublink:=${key};opts:=rw,intr,nosuid,grpid > * rhost:=homeserver;rfs:=/home # sed 's/^/> /' /etc/amd.net > /defaults type:=host;fs:=${autodir}/${rhost}/root;rhost:=${key} > * opts:=rw,nosuid,grpid # amd -a /.amd -c 1800 -k i386 -y ouryp -l syslog \ # /home /etc/amd.home /net /etc/amd.net Under 2.2.2, this automounts home directories correctly, but not `/net' directories! (Again, both home and `/net' directories automount properly under 2.2.1). (The `server' machines, the machines I'm trying to automount from, are all running Solaris). Should I be doing something differently, or is there a bug somewhere? Thanks, tim