winfsp
$version$
https://github.com/billziss-gh/winfsp/tree/master/build/choco
Bill Zissimopoulos
WinFsp
Bill Zissimopoulos
https://github.com/billziss-gh/winfsp
https://github.com/billziss-gh/winfsp/raw/master/art/winfsp-solid.png
Bill Zissimopoulos
https://github.com/billziss-gh/winfsp/blob/master/License.txt
false
https://github.com/billziss-gh/winfsp
https://github.com/billziss-gh/winfsp/tree/master/doc
https://groups.google.com/forum/#!forum/winfsp
https://github.com/billziss-gh/winfsp/issues
driver filesystem fuse gplv3 windows-kernel admin
Windows File System Proxy - FUSE for Windows
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.
Some of the benefits of using WinFsp are listed below:
* Very well-tested and stable.
* Very fast.
* Strives for compatibility with NTFS.
* Easy to understand but comprehensive API.
* FUSE compatibility layer for native Windows and Cygwin.
* Signed drivers provided on every release.
* Available under the GPLv3 license with a special exception for Free/Libre and Open Source Software.
To verify installation try a variation of the following:
C:\...>net use m: \\memfs64\share
The command completed successfully.
C:\...>net use
New connections will not be remembered.
Status Local Remote Network
-------------------------------------------------------------------------------
M: \\memfs64\share WinFsp.Np
...
The command completed successfully.
C:\...>m:
M:\>echo hello >world
M:\>dir m:
Volume in drive M is MEMFS
Volume Serial Number is 0EE0-E0E2
Directory of M:\
03/20/2017 02:56 PM 8 world
1 File(s) 8 bytes
0 Dir(s) 4,397,912,293,376 bytes free
M:\>type world
hello
M:\>c:
C:\...>net use m: /delete
m: was deleted successfully.
C:\...>m:
The system cannot find the drive specified.
If you are on 32-bit Windows use `\\memfs32\share`. If you are on Cygwin make sure to use single quotes like so:
net use m: '\\memfs64\share'
https://github.com/billziss-gh/winfsp/blob/master/Changelog.asciidoc