From mboxrd@z Thu Jan 1 00:00:00 1970 From: Spam Subject: Re: The argument for fs assistance in handling archives (was: silent semantic changes with reiser4) Date: Fri, 3 Sep 2004 01:43:02 +0200 Message-ID: <1076230617.20040903014302@tnonline.net> 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> Reply-To: Spam Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Cc: Frank van Maarseveen , Alan Cox , Linus Torvalds , Jamie Lokier , Horst von Brand , Adrian Bunk , Hans Reiser , , Christoph Hellwig , , 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 In-Reply-To: <200409022319.i82NJlTN025039@turing-police.cc.vt.edu> List-Id: linux-fsdevel.vger.kernel.org > On Thu, 02 Sep 2004 22:38:54 +0200, Frank van Maarseveen said: >> Can it do this: >> >> 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... >> 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? Yes why not? If there was any filesystem drivers for the AudioCD format then it could. I had such a driver for Windows 9x which would display several folders and files for inserted AudioCD's: D: (cdrom) Stereo 22050 Track01.wav Track02.wav ... 44100 Track01.wav ... Mono 22050 Track01.wav ... 44100 Track01.wav ... Normal AudioCD players would also work even though this driver was installed. These files were also visible for legacy applications in the command prompt (inside Windows). I do not see why this would not be possible in Linux. Of course, it would perhaps require a filesystem driver/module to be present when you mount. If you just want to do a cd file.iso then it may be a totally different thing. Either you would have a automount feature or a filesystem/vfs plugin that could load secondary modules to support this kind of thing. ~S