Skip to content

new borg mount / fuse fs implementation #9194

@ThomasWaldmann

Description

@ThomasWaldmann

Currently borg 1.x and master branch both use llfuse and pyfuse3 libraries to implement fuse2 and fuse3 support.

But both libraries are not developed anymore, see #6734.

There is a well-maintained other fuse library:

https://github.com/mxmlnkn/mfusepy/

It works differently (path-based lookups, not inode-based as in the low-level libraries), but I guess we can also work with that, maybe it is even easier that way.

Also, it seems to support fuse(2) and fuse3 in one library.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions