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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is lifting Linux FS drivers to user-space possible?

2 点作者 vojta_letal大约 6 年前
The current state of linux FS drivers for Mac is not good. I was wondering how difficult it would be to lift the exististing file system drivers from kernel space to user space. Would one of the following approaches be feasible?<p>• write a wrapper, which would provide the kernel API ? • reuse the code as much as possible by stripping it&#x27;s dependency to the kernel ?<p>What are the possible problems? I suppose that if it was straight-forward, it would have been already done.

1 comment

wmf大约 6 年前
It&#x27;s called FUSE.
评论 #19824025 未加载