slackbuilds_ponce/system/afuse
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
afuse.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
afuse.SlackBuild system/afuse: Misc automated cleanups. 2010-06-04 01:15:05 -04:00
README system/afuse: Added to 13.0 repository 2010-05-13 01:00:39 +02:00
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05:00

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.