Is it possible to use FUSE with Windows?
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Industries in Orbit Looping
--
Chapters
00:00 Is It Possible To Use Fuse With Windows?
00:15 Answer 1 Score 8
00:26 Answer 2 Score 24
00:59 Answer 3 Score 12
01:16 Accepted Answer Score 22
01:46 Thank you
--
Full question
https://superuser.com/questions/179436/i...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows #fuse
#avk47
ANSWER 1
Score 24
As far as I understand, Windows doesn't ship with anything that would let you define your own filesystem without adding some code to the kernel (i.e., a driver). So you would need admin rights.
In 2010 The FUSE FAQ mention a few potential alternatives, but they all looked like vaporware except for Dokan. Dokan has been abandoned but some forks live on: Dokanx, Dokany, and more as well as at least two .NET bindings. Dokany has an SSHFS component.
ACCEPTED ANSWER
Score 22
There is a FUSE compatibility layer for the Windows File System Proxy (winfsp).
This project seems to be live (as of 2019) - although it looks to be almost entirely a 1-developer show.
Code is hosted on github under GPLv3 - "If you find the constraints of the GPLv3 too onerous, a commercial license is also available."
Someone in my office has got winfsp running, but not using the FUSE compatibility layer.
ANSWER 3
Score 12
While not ideal, a way you could achieve "FUSE for Windows" could be by running a small Linux installation in a VM, with just FUSE and Samba installed, where Samba then exposes the mounted FUSE folders as shares.