diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-10-13 11:13:05 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-10-13 15:25:13 +0100 |
commit | e57c3c37a8648966e19ef33832f353d0f9487a77 (patch) | |
tree | 155aa7bde24982b77021998a4f0a3a38a8d98bca | |
parent | f6db819081a47b038d473cc1c1fd9743410c42a9 (diff) | |
download | libguestfs-e57c3c37a8648966e19ef33832f353d0f9487a77.tar.gz libguestfs-e57c3c37a8648966e19ef33832f353d0f9487a77.tar.xz libguestfs-e57c3c37a8648966e19ef33832f353d0f9487a77.zip |
guestmount: Add note to man page about 'fuse' group for Debian.
-rw-r--r-- | fuse/guestmount.pod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod index fef84d96..9756a8b1 100644 --- a/fuse/guestmount.pod +++ b/fuse/guestmount.pod @@ -80,6 +80,15 @@ C<allow_other> option when mounting: sudo guestmount [...] -o allow_other /mnt +=head2 Enabling FUSE + +On some distros, you may need to add yourself to a special group +(eg. C<fuse>) before you can use any FUSE filesystem. This is +necessary on Debian and derivatives. + +On other distros, no special group is required. It is not necessary +on Fedora or Red Hat Enterprise Linux. + =head1 OPTIONS =over 4 |