ibizaman / pcachefs

FUSE filesystem that presents a mirror of other filesystems, with transparent caching.
Apache License 2.0
43 stars 9 forks source link

Provide write support #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 jty...@gmail.com on 22 Dec 2012 at 1:18

GoogleCodeExporter commented 9 years ago

Original comment by jty...@gmail.com on 22 Dec 2012 at 1:19