All Projects → billziss-gh → Winfsp

billziss-gh / Winfsp

Licence: other
Windows File System Proxy - FUSE for Windows

Programming Languages

c
50402 projects - #5 most used programming language
C#
18002 projects
C++
36643 projects - #6 most used programming language
assembly
5116 projects
SWIG
194 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to Winfsp

Dokany
User mode file system library for windows with FUSE Wrapper
Stars: ✭ 4,055 (-0.39%)
Mutual labels:  fuse, driver, filesystem
Deos
The distributed exokernel operating system
Stars: ✭ 80 (-98.03%)
Mutual labels:  gplv3, driver, kernel
Winspd
Windows Storage Proxy Driver - User mode disk storage
Stars: ✭ 335 (-91.77%)
Mutual labels:  gplv3, driver, kernel
Exfat
Free exFAT file system implementation
Stars: ✭ 528 (-87.03%)
Mutual labels:  fuse, driver, filesystem
fuse xattrs
add xattrs support using sidecar files.
Stars: ✭ 28 (-99.31%)
Mutual labels:  fuse, filesystem
Flydrive
☁️ Flexible and Fluent framework-agnostic driver based system to manage storage in Node.js
Stars: ✭ 275 (-93.24%)
Mutual labels:  driver, filesystem
acid-store
A library for secure, deduplicated, transactional, and verifiable data storage
Stars: ✭ 48 (-98.82%)
Mutual labels:  fuse, filesystem
ext2py
The slowest ext2fs driver ever! (in Python)
Stars: ✭ 14 (-99.66%)
Mutual labels:  fuse, filesystem
vk-music-fs
FUSE file system for VK audios
Stars: ✭ 34 (-99.16%)
Mutual labels:  fuse, filesystem
Driver.NET
Lightweight and flexible library to load and communicate with kernel drivers on Windows.
Stars: ✭ 59 (-98.55%)
Mutual labels:  kernel, driver
pearlfan
GNU/Linux kernel driver and libusb app for a Pearl's USB LED fan
Stars: ✭ 20 (-99.51%)
Mutual labels:  kernel, driver
webfuse
websocket filesystem based on libfuse
Stars: ✭ 23 (-99.44%)
Mutual labels:  fuse, filesystem
loggedfs-python
Filesystem monitoring with Fuse and Python
Stars: ✭ 21 (-99.48%)
Mutual labels:  fuse, filesystem
SimpleOS
Operating System Coded in Assembly and C
Stars: ✭ 72 (-98.23%)
Mutual labels:  kernel, filesystem
KMAC
Some usefull info when reverse engineering Kernel Mode Anti-Cheat
Stars: ✭ 31 (-99.24%)
Mutual labels:  kernel, driver
ratarmount
Random Access Read-Only Tar Mount
Stars: ✭ 217 (-94.67%)
Mutual labels:  fuse, filesystem
Cat-Driver
CatDriver - The Kernel Mode Driver that written in C++. It is an useful driver and has the highest privilege level on the Windows platform. It can be used for Game Hacking and others.
Stars: ✭ 41 (-98.99%)
Mutual labels:  kernel, driver
pps-gen-gpio
Linux kernel PPS generator using GPIO pins
Stars: ✭ 25 (-99.39%)
Mutual labels:  kernel, driver
KDBG
The windows kernel debugger consists of two parts, KMOD which is the kernel driver handling ring3 request and KCLI; the command line interface for the driver. It originated due to insufficient useability with CheatEngine's DBVM driver while debugging games running under certain AntiCheat software.
Stars: ✭ 28 (-99.31%)
Mutual labels:  kernel, driver
Btfs
A bittorrent filesystem based on FUSE.
Stars: ✭ 2,984 (-26.7%)
Mutual labels:  fuse, filesystem



WinFsp · Windows File System Proxy

Download




WinFsp is a set of software components for Windows computers that allows the creation of user mode file systems. In this sense it is similar to FUSE (Filesystem in Userspace), which provides the same functionality on UNIX-like computers.

Benefits

Stability

WinFsp is very stable. There are no known kernel mode crashes and it does not suffer from resource leaks or similar problems. WinFsp owes this stability to its Design and its rigorous Testing Regime.

Performance

WinFsp outperforms its competition and in many scenarios performs as well as NTFS. Read more about its Performance.

Compatibility

WinFsp strives for compatibility with NTFS and file system correctness. For the full details see the Compatibility document.

Easy to Use

WinFsp has an easy to use but comprehensive API.

  • This simple Tutorial explains how to build a file system.
  • Consult the API Reference for native development.
  • Includes .NET layer for managed development. See src/dotnet.
  • Includes FUSE 2.8 compatibility layer: fuse/fuse.h
  • Includes FUSE 3.2 compatibility layer: fuse3/fuse.h

Other Benefits

  • Signed drivers provided on every release.
  • Available under the GPLv3 license with a special exception for Free/Libre and Open Source Software.

To learn more about WinFsp, please visit its website: http://www.secfs.net/winfsp/

Project Organization

The project source code is organized as follows:

  • 📁 build/VStudio: WinFsp solution and project files.
  • 📁 doc: The WinFsp design documents and additional documentation can be found here.
  • 📁 ext: External dependencies.
    • 📁 ext/tlib: A small test library originally from the secfs (Secure Cloud File System) project.
    • 📁 ext/test: Submodule pointing to the secfs.test project, which contains a number of tools for testing Windows and POSIX file systems.
  • 📁 inc: Public headers.
    • 📁 inc/fuse: Public headers for the FUSE compatibility layer.
    • 📁 inc/fuse3: Public headers for the FUSE3 compatibility layer.
    • 📁 inc/winfsp: Public headers for the WinFsp API.
  • 📁 src: WinFsp source code.
    • 📁 src/dll: Source code to the WinFsp DLL.
    • 📁 src/dll/fuse: Source code to the FUSE compatibility layer.
    • 📁 src/dll/fuse3: Source code to the FUSE3 compatibility layer.
    • 📁 src/dotnet: Source code to the .NET layer.
    • 📁 src/fsptool: Source code to fsptool command line utility.
    • 📁 src/ku: Source code that can be used from kernel or user mode.
    • 📁 src/launcher: Source code to the launcher service and the launchctl utility.
    • 📁 src/sys: Source code to the WinFsp FSD.
  • 📁 opt/cygfuse: Source code to the FUSE for Cygwin package.
  • 📁 tst: Source code to example file systems and test suites.
  • 📁 tools: Various tools for building and testing WinFsp.

Building and Running

In order to build WinFsp you will need the following:

  • Visual Studio 2015 - 2019
  • Windows Driver Kit (WDK) 10
    • NOTE: When using the latest WDK (Windows 10.0.18362.1) with Visual Studio 2015 you may get an error about a missing task ValidateNTTargetVersion. The fix is to edit the file \Program Files (x86)\Windows Kits\10\build\WindowsDriver.Common.targets and modify the UsingTask line for ValidateNTTargetVersion as follows:
      <UsingTask TaskName="ValidateNTTargetVersion" AssemblyFile="$(WDKContentRoot)build\bin\Microsoft.DriverKit.Build.Tasks.16.0.dll"/>
      
  • Wix toolset

To fully build WinFsp (including the installer) you must use tools\build.bat. By default it builds a Release build, but you can choose either the Debug or Release configuration by using the syntax:

tools\build.bat CONFIGURATION

If you build the driver yourself it will not be signed and Windows will refuse to load it unless you enable "testsigning". You can enable "testsigning" using the command bcdedit.exe -set testsigning on. For more information see this document.

WinFsp is designed to run on Windows 7 and above. It has been tested on the following platforms:

  • Windows 7 Enterprise
  • Windows 8 Pro
  • Windows Server 2012
  • Windows 10 Pro
  • Windows Server 2016
  • Windows 11 Pro

How to Help

I am looking for help in the following areas:

  • If you have a file system that runs on FUSE please consider porting it to WinFsp. WinFsp has a native API, but it also has a FUSE (high-level) API.
  • If you are working with a language other than C/C++ (e.g. Delphi, Java, etc.) and you are interested in porting/wrapping WinFsp I would love to hear from you.
  • There are a number of outstanding issues listed in the GitHub repository. Many of these require knowledge of Windows kernel-mode and an understanding of the internals of WinFsp so they are not for the faint of heart.

In all cases I can provide ideas and/or support.

Where to Discuss

If you wish to discuss WinFsp there are now two options:

License

WinFsp is available under the GPLv3 license with a special exception for Free/Libre and Open Source Software. A commercial license is also available. Please contact Bill Zissimopoulos <billziss at navimatics.com> for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].