Dokany – User mode file system library for windows with FUSE Wrapper
21–30 of 51 posts
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#22This 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…
WinFsp properly supports the filter manager, which means that AV filters should work without problems.
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#23I've been using an sshfs implementation for Windows which is based on this: https://github.com/Foreveryone-cz/win-sshfs It works moderately well. It's incredibly convenient to have sshfs on Windows.
https://github.com/billziss-gh/sshfs-win
Download binaries from here:
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#24I've been using an sshfs implementation for Windows which is based on this: https://github.com/Foreveryone-cz/win-sshfs It works moderately well. It's incredibly convenient to have sshfs on Windows.
Consider my SSHFS-Win port which allows you to map a new network drive from Explorer using syntax like: \\sshfs\username@server https://github.com/billziss-gh/sshfs-win Download binaries from here: http://www.secfs.net/winfsp/download/
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#25Earlier quoted context omitted.
Consider my SSHFS-Win port which allows you to map a new network drive from Explorer using syntax like: \\sshfs\username@server https://github.com/billziss-gh/sshfs-win Download binaries from here: http://www.secfs.net/winfsp/download/
does it support privatekeys?
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#26Re: Dokany – User mode file system library for windows with FUSE Wrapper
#27I've been using an sshfs implementation for Windows which is based on this: https://github.com/Foreveryone-cz/win-sshfs It works moderately well. It's incredibly convenient to have sshfs on Windows.
Consider my SSHFS-Win port which allows you to map a new network drive from Explorer using syntax like: \\sshfs\username@server https://github.com/billziss-gh/sshfs-win Download binaries from here: http://www.secfs.net/winfsp/download/
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#28This 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 am the author of WinFsp. Thanks for mentioning it. WinFsp properly supports the filter manager, which means that AV filters should work without problems.
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#29Much QDOS to the crew at Dokany :)
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#30Why and when I need create a new file system on Windows other than FAT or NTFS? This problem seems interesting.
It's not about creating new filesystems, but using filesystem ui to browse any filesystem like hierarchy. For example using a potential implementation you as a user could be browsing S3, remote NFS, or gmail account where labels would be represented as folders and emails as text files.
Okay, this sounds incredible - is this an actual doable thing here?