X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fuse%2Fguestmount.pod;h=cada4cc640a0f4919d0c3a5dec566c4577ad1798;hb=4b53a3737b76cad7aca407a0d9e37fed1d42ef69;hp=6a2f39b77ca7555c1c3357049f39b33289911b7f;hpb=87fb6d852db04d0d707e6587d4579d1cf2bd05ef;p=libguestfs.git diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod index 6a2f39b..cada4cc 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 option when mounting: + + sudo guestmount [...] -o allow_other /mnt + =head1 OPTIONS =over 4