2001-03-13 15:24:27

by J.A. Magallon

[permalink] [raw]
Subject: cdfs

Hi,

Recently I read the BeOS www page, and answerd a question in other mailing
list. Both things have remind me of a pretty file system: 'cdfs'.

Anybody knows if there is a port of 'cdfs' (Audio CD File System) for Linux ?
Which fs now in kernel would be good as a template to start ?
I am always looking for something enough easy to start kernel programming,
and this could be a nice start (look, throw away all your ripping soft
and just do a 'cp').

--
J.A. Magallon $> cd pub
mailto:[email protected] $> more beer

Linux werewolf 2.4.2-ac19 #3 SMP Mon Mar 12 23:50:29 CET 2001 i686


2001-03-13 15:38:28

by Christoph Hellwig

[permalink] [raw]
Subject: Re: cdfs

In article <[email protected]> you wrote:
> Hi,
>
> Recently I read the BeOS www page, and answerd a question in other mailing
> list. Both things have remind me of a pretty file system: 'cdfs'.
>
> Anybody knows if there is a port of 'cdfs' (Audio CD File System) for Linux ?

There is a cdfs, but it does more then just adding audio CDs to the namespace...
Take a look at:

http://www.elis.rug.ac.be/~ronsse/cdfs/

Christoph

--
Of course it doesn't work. We've performed a software upgrade.

2001-03-13 15:41:17

by Ville Herva

[permalink] [raw]
Subject: Re: cdfs

On Tue, Mar 13, 2001 at 04:23:41PM +0100, you [J . A . Magallon] claimed:
> Hi,
>
> Recently I read the BeOS www page, and answerd a question in other mailing
> list. Both things have remind me of a pretty file system: 'cdfs'.
>
> Anybody knows if there is a port of 'cdfs' (Audio CD File System) for Linux ?
> Which fs now in kernel would be good as a template to start ?
> I am always looking for something enough easy to start kernel programming,
> and this could be a nice start (look, throw away all your ripping soft
> and just do a 'cp').

Below is one response to a similar question from the l-k archive:

From: David Balazic <[email protected]>
Date: Thu, 13 Jan 2000 12:08:39 -0800
Subject: Re: CD-ROM Driver Design

There are already two file-systems for CD-audio on Linux :
- cdfs at
http://www.elis.rug.ac.be/~ronsse/cdfs/
- audiofs at
http://fly.cc.fer.hr/~ptolomei/audiofs/

Are you sure there is a need for a third one ? The audiofs uses the
CDROMREADAUDIO for reading the data and uses the page-cache for caching. I
personally added the page-cache code , but I don't believe it makes a lot
of sense, because when ripping audio, you read data sequentially , so the
cache just eats all free RAM ( possibly throwing out other more usefull
cached data ) and gives almost no gain. By the way , when there is a
"normal" FS on a "normal" block device, does the data get cached twice,
once in buffer-cache and once in page-cache ?
David Balazic


-- v --

[email protected]

2001-03-13 15:38:28

by John Levon

[permalink] [raw]
Subject: Re: cdfs

On Tue, 13 Mar 2001, J . A . Magallon wrote:

> Hi,
>
> Recently I read the BeOS www page, and answerd a question in other mailing
> list. Both things have remind me of a pretty file system: 'cdfs'.
>
> Anybody knows if there is a port of 'cdfs' (Audio CD File System) for Linux ?
> Which fs now in kernel would be good as a template to start ?
> I am always looking for something enough easy to start kernel programming,
> and this could be a nice start (look, throw away all your ripping soft
> and just do a 'cp').
>
>

http://www.kernelnewbies.org/ has this link :

http://www.elis.rug.ac.be/~ronsse/cdfs/

john

--
"Alan Turing thought about criteria to settle the question of whether
machines can think, a question of which we now know that it is about
as relevant as the question of whether submarines can swim."
- Dijkstra

2001-03-13 21:24:07

by J.A. Magallon

[permalink] [raw]
Subject: Re: cdfs


On 03.13 Ville Herva wrote:
>
> Below is one response to a similar question from the l-k archive:
>
> From: David Balazic <[email protected]>
> Date: Thu, 13 Jan 2000 12:08:39 -0800
> Subject: Re: CD-ROM Driver Design
>
> There are already two file-systems for CD-audio on Linux :
> - cdfs at
> http://www.elis.rug.ac.be/~ronsse/cdfs/
> - audiofs at
> http://fly.cc.fer.hr/~ptolomei/audiofs/
>
> Are you sure there is a need for a third one ? The audiofs uses the

Oh, NO. All my searchs give no result, thanks to all the people who
answered.

I will try those links.

--
J.A. Magallon $> cd pub
mailto:[email protected] $> more beer

Linux werewolf 2.4.2-ac19 #3 SMP Mon Mar 12 23:50:29 CET 2001 i686

2001-03-13 21:37:47

by Ville Herva

[permalink] [raw]
Subject: Re: cdfs

On Tue, Mar 13, 2001 at 08:45:07PM +0100, you [J . A . Magallon] claimed:
>
> On 03.13 Ville Herva wrote:
> >
> > Below is one response to a similar question from the l-k archive:
> >
> > From: David Balazic <[email protected]>
> > Date: Thu, 13 Jan 2000 12:08:39 -0800
> > Subject: Re: CD-ROM Driver Design
> >
> > There are already two file-systems for CD-audio on Linux :
> > - cdfs at
> > http://www.elis.rug.ac.be/~ronsse/cdfs/
> > - audiofs at
> > http://fly.cc.fer.hr/~ptolomei/audiofs/
> >
> > Are you sure there is a need for a third one ? The audiofs uses the
>
> Oh, NO. All my searchs give no result, thanks to all the people who
> answered.

Just to clarify: also the "Are you sure there..." part was from the David
Balazic's mail. I should have quoted more clearly.


-- v --

[email protected]