docs: Add documentation for mounting pxar archives via FUSE.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner
2020-01-30 14:19:08 +01:00
committed by Dietmar Maurer
parent 74616f63b0
commit c7971d7f8f
3 changed files with 34 additions and 0 deletions

View File

@ -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.