git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
916392e
)
fuse: Add note about allowing other users to see filesystem (RHBZ#705200).
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 17 May 2011 18:51:37 +0000
(19:51 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 17 May 2011 18:51:37 +0000
(19:51 +0100)
fuse/guestmount.pod
patch
|
blob
|
history
diff --git
a/fuse/guestmount.pod
b/fuse/guestmount.pod
index
6a2f39b
..
cada4cc
100644
(file)
--- a/
fuse/guestmount.pod
+++ b/
fuse/guestmount.pod
@@
-70,6
+70,16
@@
If you want to debug the program, we recommend:
guestmount [...] --trace --verbose /mnt
+=head1 NOTES
+
+=head2 Other users cannot see the filesystem by default
+
+If you mount a filesystem as one user (eg. root), then other users
+will not be able to see it by default. The fix is to add the FUSE
+C<allow_other> option when mounting:
+
+ sudo guestmount [...] -o allow_other /mnt
+
=head1 OPTIONS
=over 4