docs: Add documentation for mounting pxar archives via FUSE.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
74616f63b0
commit
c7971d7f8f
@ -40,3 +40,11 @@ Glossary
|
||||
|
||||
Is an easy-to-read, what-you-see-is-what-you-get plaintext
|
||||
markup syntax and parser system.
|
||||
|
||||
`FUSE`_
|
||||
|
||||
Filesystem in Userspace (FUSE) defines an interface which allows to
|
||||
implement a filesystem in userspace as opposed to implementing it
|
||||
in the kernel. The fuse kernel driver handles filesystem requests and
|
||||
sends them to an userspace application for reply.
|
||||
|
||||
|
Reference in New Issue
Block a user