fuse.rst (ead5d1f4d877e92c051e1a1ade623d0d30e71619) fuse.rst (c1b0c62715102be326e534ea382e8b1ef87ccb9c)
1.. SPDX-License-Identifier: GPL-2.0
2
3====
4FUSE
5====
6
7Definitions
8===========

--- 33 unchanged lines hidden (view full) ---

42(fusermount).
43
44One of the most important features of FUSE is allowing secure,
45non-privileged mounts. This opens up new possibilities for the use of
46filesystems. A good example is sshfs: a secure network filesystem
47using the sftp protocol.
48
49The userspace library and utilities are available from the
1.. SPDX-License-Identifier: GPL-2.0
2
3====
4FUSE
5====
6
7Definitions
8===========

--- 33 unchanged lines hidden (view full) ---

42(fusermount).
43
44One of the most important features of FUSE is allowing secure,
45non-privileged mounts. This opens up new possibilities for the use of
46filesystems. A good example is sshfs: a secure network filesystem
47using the sftp protocol.
48
49The userspace library and utilities are available from the
50`FUSE homepage: <http://fuse.sourceforge.net/>`_
50`FUSE homepage: <https://github.com/libfuse/>`_
51
52Filesystem type
53===============
54
55The filesystem type given to mount(2) can be one of the following:
56
57 fuse
58 This is the usual way to mount a FUSE filesystem. The first

--- 349 unchanged lines hidden ---
51
52Filesystem type
53===============
54
55The filesystem type given to mount(2) can be one of the following:
56
57 fuse
58 This is the usual way to mount a FUSE filesystem. The first

--- 349 unchanged lines hidden ---