Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 316 Bytes

File metadata and controls

9 lines (5 loc) · 316 Bytes

A simple test filesystem showcasing the unmanaged capabilities of fuse-mt.

It implements a filesystem that serves a single file: hello.txt.

Just enough fuse operations are implemented to interact with the file system using ls, cat and the likes.

To use it and test fuse_mt, run:

cargo run <mount point>