Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 1997 12:17:31 -0400
From:      Tim Singletary <tsingle@sunblock.gsfc.nasa.gov>
To:        freebsd-questions@freebsd.org
Subject:   2.2.2, amd (automounter), and /net
Message-ID:  <199708281617.MAA10094@sunblock.gsfc743>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708281617.MAA10094>