Hacker News new | ask | show | jobs
by eikenberry 2453 days ago
Isn't FUSE mostly *nix specific? At first glance this seems to be platform agnostic.
2 comments

https://github.com/billziss-gh/winfsp

https://dokan-dev.github.io/

A few options exist for Windows already, allowing FUSE filesytem code an easy path to run on Windows. I've recently used winfsp + it's sshfs port, and it works pretty well.

Good point. Main targets are Mac and Unix. MS should be compatible too, but some of the deps don't test if they are really working on MS.

Afaik Mac and Unix should be supported by FUSE, so it seems like a viable option.