diff options
-rw-r--r-- | fuse/guestmount.pod | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod index c37301c9..d4590457 100644 --- a/fuse/guestmount.pod +++ b/fuse/guestmount.pod @@ -122,6 +122,10 @@ condition: The solution is to spin waiting for the guestmount process to exit. +Note that if you use the C<guestfs_mount_local> API directly (see +L<guestfs(3)/MOUNT LOCAL>) then it is much easier to write a safe, +race-free program. + =head1 OPTIONS =over 4 @@ -354,7 +358,7 @@ L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-tar(1)>, -L<guestfs(3)>, +L<guestfs(3)/MOUNT LOCAL>, L<http://libguestfs.org/>, L<http://fuse.sf.net/>. |