Why and when I need create a new file system on Windows other than FAT or NTFS? This problem seems interesting.
Dokany – User mode file system library for windows with FUSE Wrapper
11–20 of 51 posts
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#12Re: Dokany – User mode file system library for windows with FUSE Wrapper
#13Why and when I need create a new file system on Windows other than FAT or NTFS? This problem seems interesting.
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#14This 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…
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#15This 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…
>expect BSODS 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
#16Is this the same project that was like...dormant for years?
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#17Is this the same project that was like...dormant for years?
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#18This 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…
All issue BSOD reported during the 9 months of testing of this version has been fixed (4 release candidate was made). Latest release candidate was already used on products. But it is still recommended using virtual machine when developing your file system in case of.
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#19Earlier quoted context omitted.
All issue BSOD reported during the 9 months of testing of this version has been fixed (4 release candidate was made). Latest release candidate was already used on products. But it is still recommended using virtual machine when developing your file system in case of.
I don't doubt you've made lots of fixes, but what about the issue I linked above? That's probably a case of an AV filter driver doing something silly, but still.
Re: Dokany – User mode file system library for windows with FUSE Wrapper
#20Why 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.