Dokany – User mode file system library for windows with FUSE Wrapper
1–10 of 51 posts
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#2Re: Dokany – User mode file system library for windows with FUSE Wrapper
#3I'll just point out for anyone interested in trying this, expect BSODs: https://github.com/dokan-dev/dokany/issues/344.
I'm also not sure how the Win10 Anniversary driver signing changes have affected the project - they're relying on a commercial sponsor for the signed releases.
Alternative: https://github.com/billziss-gh/winfsp
Paid alternative: https://www.eldos.com/cbfs/
There have also been a number of other discussions here, but I should get back to work instead of digging those up.
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#4Re: Dokany – User mode file system library for windows with FUSE Wrapper
#5I bet that hurt real bad.
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#6This is a fantastic project. FWIW, Paragon's extfs for Windows uses either Dokany or the original Dokan, so at least one company thought this was good enough to use in production. I'll just point out for anyone interested in trying this, expect BSODs: https://github.com/dokan-dev/dokany/issues/344 . I'm also not sure how the Win10 Anniversary driver signing changes have affected the project - they're relying on a com…
I wrote a (unreleased I believe) filesystem with this a couple years ago and my machine would reliably BSOD every time Windows tried to do the mandatory automatic updates. My friends say you can disable that but I haven't used Windows often enough since then for it to be a problem.
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#7Re: Dokany – User mode file system library for windows with FUSE Wrapper
#8This problem seems interesting.
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#9It works moderately well. It's incredibly convenient to have sshfs on Windows.
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#10Why and when I need create a new file system on Windows other than FAT or NTFS? This problem seems interesting.