TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

WinFsp – Windows File System Proxy

184 pointsby mkotowskialmost 4 years ago

15 comments

hdjjhhvvhgaalmost 4 years ago
In case anyone is wondering: if you want to use sshfs network drives as demoed on their Github page, WinFsp is not enough, you need to also install SSHFS-Win:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;billziss-gh&#x2F;sshfs-win&#x2F;releases&#x2F;tag&#x2F;v3.5.20357" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;billziss-gh&#x2F;sshfs-win&#x2F;releases&#x2F;tag&#x2F;v3.5.2...</a>
评论 #28272045 未加载
sam0x17almost 4 years ago
Used this extensively when I was working on BitFort (abandoned project). It&#x27;s really solid. If you&#x27;re open source you can use the whole thing no problem. If you&#x27;re closed source, a commercial license costs around $5k.
chajathalmost 4 years ago
It&#x27;s interesting to note that WSL uses 9p to mount the filesystem on Windows. Had MSFT taken a more FOSS-friendly approach, we could&#x27;ve had a burgeoning FUSE ecosystem built around 9p.
评论 #28279777 未加载
BiteCode_devalmost 4 years ago
Oh, it has a FUSE compat layer too, that&#x27;s pretty damn cool.
评论 #28266052 未加载
_defalmost 4 years ago
Is it maybe possible to use ext3&#x2F;ext4 rw on windows 10 with this?
评论 #28267209 未加载
Wicheralmost 4 years ago
Could one easily distribute software that bundles this and have it installed by novice end users? What kind of permission granting seances would they have to go through, if any?
评论 #28264737 未加载
评论 #28264751 未加载
oaieyalmost 4 years ago
And then it is GPL with exception for libre software or commercial license.<p>I hope they have reasonable commercial licensing.
apialmost 4 years ago
APFS (Apple Filesystem) on MacOS has some kind of file provider API too. Here&#x27;s one app that uses it:<p><a href="https:&#x2F;&#x2F;www.expandrive.com&#x2F;strongsync&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.expandrive.com&#x2F;strongsync&#x2F;</a>
vlovich123almost 4 years ago
In most of the benchmarks down it outperforms NTFS. What’s going on there?
评论 #28266060 未加载
评论 #28266552 未加载
评论 #28267585 未加载
andixalmost 4 years ago
Are there any ready to use file system implementations available?
评论 #28265251 未加载
评论 #28265901 未加载
评论 #28265258 未加载
评论 #28272512 未加载
评论 #28265710 未加载
DerekBickertonalmost 4 years ago
This might be handy for passing files to a virtual machine if you don&#x27;t want to use Virtualbox&#x27;s &#x27;guest additions&#x27; software
评论 #28266298 未加载
评论 #28265623 未加载
coldacidalmost 4 years ago
So other than having FUSE compatibility, why this rather than Dokan?
评论 #28268509 未加载
评论 #28266968 未加载
pjmlpalmost 4 years ago
Windows already has similar native APIs, why bother with this?
评论 #28266603 未加载
评论 #28265859 未加载
MichaelGrovesalmost 4 years ago
&gt; <i>It outperforms NTFS in most scenarios (an unfair comparison as NTFS is a disk file system and WinFsp is tested with an in-memory file system)</i><p>Oh good grief! Let me guess, they first benchmarked it against a ram disk, but the resulting graphs didn&#x27;t look so impressive so they scrapped that and decided to benchmark it against a <i>disk</i>, which they admit was unfair, just to get the impressive looking graphics.
solarkraftalmost 4 years ago
Cool, the third version of FUSE for Windows …