Skip to content

e-tothe-ipi/inmemfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

inmemfs

A simple in-memory filesystem built on go-fuse in Go.

Basically an exercise for me to learn Go and fuse.

To run:

inmemfs [-debug] <mountpoint> &

To stop:

umount <mountpoint>

History

I originally tried using bazil.org/fuse but I encountered so many issues with memory.

Seems like go-fuse is more mature so I'm trying that one for now.

About

In-memory filesystem running on fuse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages