diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-05-17 19:51:37 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-05-17 19:51:37 +0100 |
commit | b777a5a64926e9bf9b7109a0e4fb1332b20fa37f (patch) | |
tree | 55eea2f1df53bc2fb9ebc60fead744e9d4a003e5 | |
parent | 916392e2272b82bf39f9b2d4efe90557639e1f0a (diff) | |
download | libguestfs-b777a5a64926e9bf9b7109a0e4fb1332b20fa37f.tar.gz libguestfs-b777a5a64926e9bf9b7109a0e4fb1332b20fa37f.tar.xz libguestfs-b777a5a64926e9bf9b7109a0e4fb1332b20fa37f.zip |
fuse: Add note about allowing other users to see filesystem (RHBZ#705200).
-rw-r--r-- | fuse/guestmount.pod | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod index 6a2f39b7..cada4cc6 100644 --- 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 |