pcachefs icon indicating copy to clipboard operation
pcachefs copied to clipboard

Provide write support

Open GoogleCodeExporter opened this issue 10 years ago • 1 comments

pCacheFS is currently a read-only filesystem, but it would become much more 
useful if it supported writes.

The write support will be very simple: any writes are written through 
(synchronously) to the underlying filesystem and then to the cache. This 
ensures that if the write to the underlying filesystem fails, the cache is not 
updated.

This feature should support file writes, creates and deletes.

Original issue reported on code.google.com by [email protected] on 22 Dec 2012 at 1:18

GoogleCodeExporter avatar Sep 22 '15 14:09 GoogleCodeExporter

Original comment by [email protected] on 22 Dec 2012 at 1:19

GoogleCodeExporter avatar Sep 22 '15 14:09 GoogleCodeExporter