Files
repertory/3rd_party/winfsp-1.10/samples/passthrough-fuse
2022-03-05 00:30:50 -06:00
..
2022-03-05 00:30:50 -06:00
2022-03-05 00:30:50 -06:00
2022-03-05 00:30:50 -06:00
2022-03-05 00:30:50 -06:00
2022-03-05 00:30:50 -06:00
2022-03-05 00:30:50 -06:00
2022-03-05 00:30:50 -06: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).