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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why not more fuse filesystems?

1 点作者 ozb大约 1 年前
Please someone create a fuse filesystem that exposes k8s, AWS&#x2F;GCP resources, Kafka topics, etc.<p>For example, this illustrates what I mean: https:&#x2F;&#x2F;github.com&#x2F;ozzieba&#x2F;k8sfs<p>can be nice to use regular CLI tools like find&#x2F;grep&#x2F;diff&#x2F;jq rather than a separate workflow for each platform. Something something &quot;everything is a file&quot;

1 comment

simonblack大约 1 年前
The common file systems have been done on fuse.<p>The beauty of fuse lies in being able to make usable filesystems for all those niche filesystems out there. The drawback to fuse is that those niche filesystems need somebody with enough interest in them to write a fuse filesystem for those one-off niche filesystems. (A bit chicken and egg.)<p>I have written a couple of fuse filesystems for mounting older 8-bit computer filesystems on Linux. But they take a lot of work and a lot of time to debug. Which is probably why they aren&#x27;t used a lot.