summaryrefslogtreecommitdiffstats
path: root/system/afuse/README
diff options
context:
space:
mode:
author Evandro Alves Rodrigues <evandrofisico@gmail.com>2010-05-13 01:00:39 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-13 01:00:39 +0200
commit0bb906e91bc208579bcfdaace96296f5afaf37f7 (patch)
tree729bc2e6ee297df8ff145393d7d88837a08a5ee5 /system/afuse/README
parenteb04222ae572609e18be1fd57ad8bde786819348 (diff)
downloadslackbuilds-0bb906e91bc208579bcfdaace96296f5afaf37f7.tar.gz
slackbuilds-0bb906e91bc208579bcfdaace96296f5afaf37f7.tar.xz
system/afuse: Added to 13.0 repository
Diffstat (limited to 'system/afuse/README')
-rw-r--r--system/afuse/README8
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.
+