winfsp/tst/passthrough-fuse
2025-05-15 20:33:31 +01:00
..
.gitignore .gitignore: add .vs rule 2019-04-18 17:45:11 -07:00
Makefile tst: passthrough-fuse: update Makefile to link with CYGFUSE or WinFsp-FUSE 2017-02-01 15:30:51 -08:00
passthrough-fuse.c update source copyright for 2025 2025-05-15 20:33:31 +01:00
passthrough-fuse.sln ARM64: initial port 2021-12-07 14:40:28 +00:00
passthrough-fuse.vcxproj ARM64: initial port 2021-12-07 14:40:28 +00:00
passthrough-fuse.vcxproj.filters tst: passthrough-fuse: initial checkin 2017-01-28 22:47:46 -08:00
README.md tst: passthrough-fuse: update Makefile to link with CYGFUSE or WinFsp-FUSE 2017-02-01 15:30:51 -08:00
winposix.c update source copyright for 2025 2025-05-15 20:33:31 +01:00
winposix.h update source copyright for 2025 2025-05-15 20:33:31 +01:00

Passthrough-fuse is a simple FUSE file system that passes all file system operations to an underlying file system.

It can be built with the following tools:

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