TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Write a filesystem with FUSE

50 点作者 n3mes1s超过 9 年前

2 条评论

trendnet超过 9 年前
There is also a similar project for Windows called Dokany (<a href="https:&#x2F;&#x2F;github.com&#x2F;dokan-dev&#x2F;dokany" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dokan-dev&#x2F;dokany</a>). It is actively being developed, and they even have a FUSE API wrapper.
suvelx超过 9 年前
I did this (with python) It was a fun project.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;xlevus&#x2F;stagfs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xlevus&#x2F;stagfs</a><p>Had a few issues with performance that I started to fix, but didn&#x27;t find the time to finish.