Hacker News new | ask | show | jobs
by aargh_aargh 2453 days ago
Cool, but why not FUSE?
2 comments

Isn't FUSE mostly *nix specific? At first glance this seems to be platform agnostic.
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.

Haven't thought about it tbh. But that is an interesting idea!

Are there any reasonable go libraries for FUSE that you can recommend?