From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank van Maarseveen Subject: Re: The argument for fs assistance in handling archives (was: silent semantic changes with reiser4) Date: Thu, 2 Sep 2004 23:48:06 +0200 Message-ID: <20040902214806.GA5272@janus> References: <20040826150202.GE5733@mail.shareable.org> <200408282314.i7SNErYv003270@localhost.localdomain> <20040901200806.GC31934@mail.shareable.org> <1094118362.4847.23.camel@localhost.localdomain> <20040902203854.GA4801@janus> <1094160994.31499.19.camel@shaggy.austin.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alan Cox , Linus Torvalds , Jamie Lokier , Horst von Brand , Adrian Bunk , Hans Reiser , viro@parcelfarce.linux.theplanet.co.uk, Christoph Hellwig , fsdevel , Linux Kernel Mailing List , Alexander Lyamin aka FLX , ReiserFS List Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com To: Dave Kleikamp Content-Disposition: inline In-Reply-To: <1094160994.31499.19.camel@shaggy.austin.ibm.com> List-Id: linux-fsdevel.vger.kernel.org On Thu, Sep 02, 2004 at 04:36:34PM -0500, Dave Kleikamp wrote: > On Thu, 2004-09-02 at 15:38, Frank van Maarseveen wrote: > > Can it do this: > > > > cd FC2-i386-disc1.iso > > ls > > > > or this: > > > > cd /dev/sda1 > > ls > > cd /dev/floppy > > ls > > cd /dev/cdrom > > ls > > > > ? > > We have the mount command for that. :^) mount is nice for root, clumsy for user. And a rather complicated way of accessing data the kernel has knowledge about in the first place. For filesystem images, cd'ing into the file is the most obvious concept for file-as-a-dir IMHO. -- Frank