From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Lokier Subject: Re: [PATCH] private mounts Date: Sun, 24 Apr 2005 22:43:39 +0100 Message-ID: <20050424214339.GD9304@mail.shareable.org> References: <20050424201820.GA28428@infradead.org> <20050424205422.GK13052@parcelfarce.linux.theplanet.co.uk> <20050424210616.GM13052@parcelfarce.linux.theplanet.co.uk> <20050424211942.GN13052@parcelfarce.linux.theplanet.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Miklos Szeredi , hch@infradead.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, akpm@osdl.org Return-path: Received: from mail.shareable.org ([81.29.64.88]:8872 "EHLO mail.shareable.org") by vger.kernel.org with ESMTP id S262449AbVDXVnr (ORCPT ); Sun, 24 Apr 2005 17:43:47 -0400 To: Al Viro Content-Disposition: inline In-Reply-To: <20050424211942.GN13052@parcelfarce.linux.theplanet.co.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Al Viro wrote: > On Sun, Apr 24, 2005 at 11:15:35PM +0200, Miklos Szeredi wrote: > > No. You can't set "mount environment" in scp. > > Of course you can. It does execute the obvious set of rc files. It doesn't work for the specified use-scenario. The reason is that there is no command or system call that can be executed from those rc files to join an existing namespace. He wants to do this: 1. From client, login to server and do a usermount on $HOME/private. 2. From client, login to server and read the files previously mounted. -- Jamie