Re: tapefs

Pavel Machek (pavel@bug.ucw.cz)
Mon, 21 Sep 1998 12:07:17 +0200


Hi!

> Something which IMHO would be much more interesting would be a cdrfs, like Spica
> CD Manager (Windows) or RSJ CD Writer (OS/2). You mount the CDR, it allocates a
> buffer on hard disk (20MB default), you cp, mv, ls, rm on this mounted CDR, it
> writes to the buffer and when the buffer is full, it burns a track on CDR. If
> the buffer keeps filling (e.g. a cp -a job), it just keeps burning, if the
> buffer empties, it closes the track and waits for it to fill up again. For file
> system it allocates a 1MB track at the beginning of the CDR which is being
> written at umount time.

Hmm, nice. It might be nice to do this in generic way: kind of overlay
fs. You have local hdd and nfs. You decide to have 20MB cache for nfs
on local disk...

If you went for special case of cdrfs, userland solution would
probably be acceptable and not-so-hard to do
(http://atrey/~pavel/podfuk/podfuk.html).

Pavel

-- 
I'm really pavel@atrey.karlin.mff.cuni.cz. 	   Pavel
Look at http://atrey.karlin.mff.cuni.cz/~pavel/ ;-).

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/