X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fuse%2Fguestmount.pod;h=dc4005b23bdd19aa4952c6084003948d4b6da806;hb=4b8f70d46dcfed1489c97f822e263b8615f21ea0;hp=4ddea5fd97ca30add441847fbc462dc572dcb155;hpb=a232e62dcf508517a32b9a8d7e4529e827be721b;p=libguestfs.git diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod index 4ddea5f..dc4005b 100644 --- a/fuse/guestmount.pod +++ b/fuse/guestmount.pod @@ -57,9 +57,9 @@ For a libvirt guest called "Guest" you could do: guestmount -d Guest -i --ro /mnt If you don't know what filesystems are contained in a guest or -disk image, use L first: +disk image, use L first: - virt-list-filesystems MyGuest + virt-filesystems MyGuest If you want to trace the libguestfs calls but without excessive debugging information, we recommend: @@ -203,6 +203,8 @@ disk. If the guest is running and this option is I supplied, then there is a strong risk of disk corruption in the guest. We try to prevent this from happening, but it is not always possible. +See also L. + =item B<--selinux> Enable SELinux support for the guest. @@ -215,6 +217,11 @@ Enable verbose messages from underlying libguestfs. Display the program version and exit. +=item B<-w> | B<--rw> + +This option does nothing at the moment. +See L. + =item B<-x> | B<--trace> Trace libguestfs calls.