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: Fri, 3 Sep 2004 01:41:35 +0200 Message-ID: <20040902234135.GA6021@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> <200409022319.i82NJlTN025039@turing-police.cc.vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Frank van Maarseveen , Alan Cox , Linus Torvalds , Jamie Lokier , Horst von Brand , Adrian Bunk , Hans Reiser , viro@parcelfarce.linux.theplanet.co.uk, Christoph Hellwig , linux-fsdevel@vger.kernel.org, Linux Kernel Mailing List , Alexander Lyamin aka FLX , ReiserFS List Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com To: Valdis.Kletnieks@vt.edu Content-Disposition: inline In-Reply-To: <200409022319.i82NJlTN025039@turing-police.cc.vt.edu> List-Id: linux-fsdevel.vger.kernel.org On Thu, Sep 02, 2004 at 07:19:47PM -0400, Valdis.Kletnieks@vt.edu wrote: > > > cd FC2-i386-disc1.iso > > ls > > That one's at least theoretically doable, assuming that it really *IS* the > Fedora Core disk and an ISO9660 format... Impressive. But when it comes to file-systems like ext[23] I think an in-kernel solution might be preferable to get the exact semantics wrt locking, atomicity, synchronization, coherency, whatever a kernel is good at for filesystems. > > cd /dev/cdrom > > ls > > And the CD in the drive at the moment is AC/DC "Back in Black". What > should this produce as output? bash: cd: /dev/cdrom: Not a directory When it doesn't match a (sub)set of known file system types I think. Because that is the area the kernel has knowledge about. Nothing else, no tarballs for example unless of course the kernel has "tarfs" :-) -- Frank