jacobsa / fuse

A Go package for implementing a FUSE file system.
Apache License 2.0
487 stars 106 forks source link

Create mount_memfs sample #121

Closed JakWai01 closed 2 years ago

JakWai01 commented 2 years ago

Closes #118. Unfontunately I can't move DisableWritebackCaching into memfs itself because the MountConfig can only be edited when actually mounting something. So I added a mount_memfs sample along all the other samples to display how to mount it without any issues. This should be hint enough for future users to know what configuration to use.