Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Oct 2000 17:19:43 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Matt Harrington <matt@ucsd.EDU>
Cc:        freebsd-questions@FreeBSD.org
Subject:   RE: simple "amd" setup problem
Message-ID:  <XFMail.001006171943.jhb@FreeBSD.org>
In-Reply-To: <006c01c02ff3$179bf8b0$6245da80@ucsf.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

On 07-Oct-00 Matt Harrington wrote:
> 
> 
> I can't find any useful documentation on amd.  I want to simply automount
> remote filesystems as in:
> 
> /sbin/mount mercury:/home /home

Add:

mercury:/home   /home   nfs     rw,soft      0       0

To /etc/fstab if you really want a static mount.  If you want amd mounts
so you can have /host/mercury/home and do evil things like making /home
a symlink to /host/mercury/home, then add 'amd_enable="YES"' to /etc/rc.conf.
This will add two top-level dirs (/host and /net) by default that you can
see hosts from, i.e. /host/some_host and /net/some_host.

--

John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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