fuse: Make it clearer that -o allow_other must be enabled in /etc/fuse.conf.

It wasn't very clear in the manual before.
This commit is contained in:
Richard W.M. Jones
2017-07-19 11:49:19 +01:00
parent ffdcb7cfeb
commit 5c86c64c79

View File

@@ -24,10 +24,10 @@ option. How this works is better explained in the L<guestfish(1)>
manual page, or by looking at the examples below.
FUSE lets you mount filesystems as non-root. The mountpoint must be
owned by you, and the filesystem will not be visible to any other
users unless you make certain global configuration changes to
F</etc/fuse.conf>. To unmount the filesystem, use the
L<guestunmount(1)> command.
owned by you. The filesystem will not be visible to any other users
unless you make configuration changes, see L</NOTES> below.
To unmount the filesystem, use the L<guestunmount(1)> command.
=head1 EXAMPLES
@@ -77,6 +77,8 @@ C<allow_other> option when mounting:
sudo guestmount [...] -o allow_other /mnt
B<and> to enable this option in F</etc/fuse.conf>.
=head2 Enabling FUSE
On some distros, you may need to add yourself to a special group
@@ -310,7 +312,8 @@ Some potentially useful FUSE options:
=item B<-o> B<allow_other>
Allow other users to see the filesystem.
Allow other users to see the filesystem. This option has no effect
unless you enable it globally in F</etc/fuse.conf>.
=item B<-o> B<attr_timeout=N>