X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fuse%2Fguestmount.pod;h=567a27058c1fc3da3dee5d393eb9056e76a81d64;hb=85c0bf53085e78b257cf71455a55924fe6e3943b;hp=4ddea5fd97ca30add441847fbc462dc572dcb155;hpb=a232e62dcf508517a32b9a8d7e4529e827be721b;p=libguestfs.git diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod index 4ddea5f..567a270 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,9 +217,14 @@ 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. +Trace libguestfs calls and entry into each FUSE function. This also stops the daemon from forking into the background.