From owner-freebsd-fs@FreeBSD.ORG Wed Aug 29 10:53:53 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4C22106566B for ; Wed, 29 Aug 2012 10:53:53 +0000 (UTC) (envelope-from martin@lispworks.com) Received: from lwfs1-cam.cam.lispworks.com (mail.lispworks.com [193.34.186.230]) by mx1.freebsd.org (Postfix) with ESMTP id 3AD108FC16 for ; Wed, 29 Aug 2012 10:53:52 +0000 (UTC) Received: from higson.cam.lispworks.com (higson.cam.lispworks.com [192.168.1.7]) by lwfs1-cam.cam.lispworks.com (8.14.5/8.14.5) with ESMTP id q7TArmXP016212; Wed, 29 Aug 2012 11:53:48 +0100 (BST) (envelope-from martin@lispworks.com) Received: from higson.cam.lispworks.com (localhost.localdomain [127.0.0.1]) by higson.cam.lispworks.com (8.14.4) id q7TArlJE000413; Wed, 29 Aug 2012 11:53:47 +0100 Received: (from martin@localhost) by higson.cam.lispworks.com (8.14.4/8.14.4/Submit) id q7TArlAs000409; Wed, 29 Aug 2012 11:53:47 +0100 Date: Wed, 29 Aug 2012 11:53:47 +0100 Message-Id: <201208291053.q7TArlAs000409@higson.cam.lispworks.com> From: Martin Simmons To: Tim Gustafson In-reply-to: (message from Tim Gustafson on Tue, 28 Aug 2012 11:15:35 -0700) References: <201208281813.q7SIDEiJ000779@higson.cam.lispworks.com> Cc: freebsd-fs@freebsd.org Subject: Re: Using AMD with NFS Mounts X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2012 10:53:53 -0000 >>>>> On Tue, 28 Aug 2012 11:15:35 -0700, Tim Gustafson said: > > > Note that amd mounts the filesystem in a hidden directory (named by the fs > > option) and makes a symlink to it from the directory named in amd.conf. You > > shouldn't set fs to the directory named in amd.conf. > > I'm not using the symlinks option; I've specified "autofs_use_lofs = > yes" to mount the directories in-place. I don't want AMD's normal > symlink structure because I want all the mounts to behave the same way > as the Linux/Mac/Sun machines do. AFAIK, you can't avoid the symlinks for nfs mounts (it only affects local type:=link mounts). Also, autofs (and hence autofs_use_lofs) isn't implemented on FreeBSD (it only works in conjunction with autofs on Linux and Solaris). __Martin