From owner-freebsd-questions@FreeBSD.ORG Tue Sep 7 10:56:21 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EF7510656B2 for ; Tue, 7 Sep 2010 10:56:21 +0000 (UTC) (envelope-from ahamiltonwright@mta.ca) Received: from smtpy.mta.ca (smtpy.mta.ca [138.73.1.139]) by mx1.freebsd.org (Postfix) with ESMTP id 132358FC13 for ; Tue, 7 Sep 2010 10:56:20 +0000 (UTC) Received: from qemg.mta.ca ([138.73.29.51]:49214 helo=qemg.org) by smtpy.mta.ca with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.71) (envelope-from ) id 1OsvqY-00054V-FU; Tue, 07 Sep 2010 07:56:15 -0300 Date: Tue, 7 Sep 2010 07:56:14 -0300 (ADT) From: "A. Wright" To: Bill Tillman In-Reply-To: Message-ID: References: <168438.41481.qm@web36503.mail.mud.yahoo.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: ahamiltonwright@mta.ca Cc: "freebsd-questions@freebsd.org" Subject: Re: NFS Issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2010 10:56:21 -0000 On Tue, 7 Sep 2010, A. Wright wrote: > your symlinks will work -- that is, if you have this kind of > /etc/fstab entry, mounting "/disk1" on A to "/disk1" on B: > > A:/disk1/somedir /disk1/somedir > A:/disk2 /disk2 > > then a symlink in /disk1/somedir/link pointing to /disk1/something > will work just fine. That should have read: then a symlink in /disk1/somedir/link pointing to /disk2/something will work just fine A.