Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269345AbUIBXsI (ORCPT ); Thu, 2 Sep 2004 19:48:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269333AbUIBXoU (ORCPT ); Thu, 2 Sep 2004 19:44:20 -0400 Received: from c002781a.fit.bostream.se ([217.215.235.8]:29587 "EHLO mail.tnonline.net") by vger.kernel.org with ESMTP id S269324AbUIBXnL (ORCPT ); Thu, 2 Sep 2004 19:43:11 -0400 Date: Fri, 3 Sep 2004 01:43:02 +0200 From: Spam Reply-To: Spam X-Priority: 3 (Normal) Message-ID: <1076230617.20040903014302@tnonline.net> To: Valdis.Kletnieks@vt.edu 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 Subject: Re: The argument for fs assistance in handling archives (was: silent semantic changes with reiser4) In-Reply-To: <200409022319.i82NJlTN025039@turing-police.cc.vt.edu> 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 Content-Transfer-Encoding: 7BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1619 Lines: 62 > 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/