From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Kent Subject: Re: Disabling bind mounts Date: Thu, 08 Jul 2010 10:28:57 +0800 Message-ID: <1278556137.2967.22.camel@localhost> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:content-transfer-encoding; s=smtpout; bh=n7yCvmeqR451qtIRFhj9pCKaO98=; b=FdIqiwGJdS5V7o+71dkEPKayOB8dhah5FggMXuMR0rmc5xJYb7cymznOt/VvIZCgz4d1INOhNM/D+kIx8HKzfXoE4RkqwQWKdhNAu0LWaf9LcEj6uWDcz6+ifydy4iVmvg5ZdZ8lf78/kolb+PQ9F59EX/s6w77gnto/RNsaleE= In-Reply-To: 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: Steve Thompson Cc: autofs@linux.kernel.org On Wed, 2010-07-07 at 10:11 -0400, Steve Thompson wrote: > Is there any way to _disable_ bind mounts, always using the NFS stack? I > need this for a drbd+heartbeat failover scenario. Try using pseudo mount option "nosymlink". I know the name is sounds wrong and I probably should change it and document it but I haven't, oops! Also, if you specify the port= mount option that will prevent bind mounting. Ian