wok view afuse/description.txt @ rev 25669

Up lapack (3.12.0), less (633), libarchive (3.7.2), liblouis (3.28.0), libmicrohttpd (1.0.1), libpng (1.6.43), libssh (0.10.6), libtasn1 (4.19.0), libtirpc (1.3.4), libvpx (1.14.0), libwebp (1.3.2), logrotate (3.21.0), lua (5.4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 16:11:20 2024 +0000 (3 months ago)
parents
children
line source
1 Afuse is an automounting file system implemented in user-space using FUSE.
2 Afuse currently implements the most basic functionality that can be expected by
3 an automounter; that is it manages a directory of virtual directories. If one
4 of these virtual directories is accessed and is not already automounted, afuse
5 will attempt to mount a filesystem onto that directory. If the mount succeeds
6 the requested access proceeds as normal, otherwise it will fail with an error.
8 The advantage of using afuse over traditional automounters is afuse runs
9 entirely in user-space by individual users. Thus it can take advantage of the
10 invoking users environment, for example allowing access to an ssh-agent for
11 password-less sshfs mounts, or allowing access to a graphical environment to
12 get user input to complete a mount such as asking for a password.