From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Joe Pruett" Subject: Re: autofs {3, 4, 5} and bind mounts which point to other automount points Date: 25 Aug 2006 09:18:00 -0700 Message-ID: <3239342301.18668365@mail.q7.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autofs-bounces@linux.kernel.org Errors-To: autofs-bounces@linux.kernel.org To: raven@themaw.net Cc: autofs@linux.kernel.org The ability to have automount point to automount is something I use heavily as well. Otherwise I end up with many hundreds of nfs mounts on the server at a time. having hundreds of bind mounts on the client is preferrable. The old sun method of doing this was: host:/path/name:dir which would mount host:/path/name and then symlink dir. Now we' d use bind/loopback mounts. But that syntax has been gone a long time. It doesn't seem like threading should inherently cause a problem. Each request should be a new thread and wait for the underlying mount (which might be recursive) to finish.