
31 Jan
2008
31 Jan
'08
10:33 a.m.
Adam Langley
On Jan 31, 2008 5:07 AM, Gary Bickford
wrote: Wasn't there a Linux file system (possibly a FUSE user-space one) that worked on writable CDs? IIRC it worked by marking the previous copy of the file as erased, and writing a new copy.
Probably you're thinking of layering a unionfs over the top. It works well in my experience.
AGL
I believe that Sun's ZFS works in a similar fashion to this. It's a combined File System and Volume Manager that aims to make (and in my experience succeeds in making) disk storage handling as transparent as memory storage handling. It's available for the BSDs, Mac OS X has Read Support for it, but as far as I am aware it's still only available as a User-Space (FUSE) system on Linux. DBW