diff options
Diffstat (limited to 'system/afuse/README')
-rw-r--r-- | system/afuse/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/afuse/README b/system/afuse/README new file mode 100644 index 0000000000..d6a2233429 --- /dev/null +++ b/system/afuse/README @@ -0,0 +1,8 @@ +Afuse is an automounting file system implemented in user-space using +FUSE. Afuse currently implements the most basic functionality that can +be expected by an automounter; that is it manages a directory of virtual +directories. If one of these virtual directories is accessed and is not +already automounted, afuse will attempt to mount a filesystem onto that +directory. If the mount succeeds the requested access proceeds as normal, +otherwise it will fail with an error. + |