X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fuse%2Fguestmount.pod;h=a3cbf6f5fe043890b5af055f71a1e517ac12a8ae;hb=dc186082b12416e7f53ca7542e7363842cc779ff;hp=9fbefcf39a86d13d802edfed0be3daa9392e62bf;hpb=b8e1dee73a1deef1bfd5937e2abfbe9afef7b1ef;p=libguestfs.git diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod index 9fbefcf..a3cbf6f 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