Skip to content

e-tothe-ipi/appendfs

Repository files navigation

appendfs

A filesystem built on go-fuse in Go.

Backed by an append only file.

Note: currently, there is no way to save the filesystem metadata, so as soon as the process exits, all of the data is lost.

To run:

appendfs [-debug] <mountpoint> <backerfile> &

To stop:

umount <mountpoint>

About

A filesystem backed by an append-only file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published