Ask HN: Is lifting Linux FS drivers to user-space possible?
3 comments
It's called FUSE.
Guys I know FUSE. But I want to take the currently implemented BTRFS and other drivers, written exclusively for the kernel and use them from the user space.
I kind of hoped it was clear from the description.
I kind of hoped it was clear from the description.
• write a wrapper, which would provide the kernel API ? • reuse the code as much as possible by stripping it's dependency to the kernel ?
What are the possible problems? I suppose that if it was straight-forward, it would have been already done.