winfsp/tst/memfs-fuse
2025-05-15 20:33:31 +01:00
..
.gitignore tst: memfs-fuse: add FUSE reference file system 2021-11-13 10:11:45 +00:00
compat.h update source copyright for 2025 2025-05-15 20:33:31 +01:00
Makefile tst: memfs-fuse: add FUSE reference file system 2021-11-13 10:11:45 +00:00
memfs-fuse.cpp update source copyright for 2025 2025-05-15 20:33:31 +01:00
memfs-fuse.sln ARM64: initial port 2021-12-07 14:40:28 +00:00
memfs-fuse.vcxproj ARM64: initial port 2021-12-07 14:40:28 +00:00
memfs-fuse.vcxproj.filters tst: memfs-fuse: add FUSE reference file system 2021-11-13 10:11:45 +00:00
README.md tst: memfs-fuse: add FUSE reference file system 2021-11-13 10:11:45 +00:00

Memfs-fuse is an in-memory FUSE file system.

It can be built with the following tools:

  • Using Visual Studio (memfs-fuse.sln).
  • Using Cygwin GCC and linking directly with the WinFsp DLL (make winfsp-fuse).
  • Using Cygwin GCC and linking to CYGFUSE (make cygfuse).