X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfish-actions.pod;h=ee3f6411c1a9918e40e6c6d5548ac38bc1f4580a;hp=9b07c402cb16a5dbe1376f4ee17746567959f169;hb=95b902b657dbce901f01fb97bd3cd52bd61636cb;hpb=d1a1ab972bb22f4c38a21fcc73f81650aaa03b4e diff --git a/guestfish-actions.pod b/guestfish-actions.pod index 9b07c40..ee3f641 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -956,6 +956,22 @@ Some internal mounts are not shown. This moves a file from C to C where C is either a destination filename or destination directory. +=head2 ntfs-3g-probe + + ntfs-3g-probe true|false device + +This command runs the L command which probes +an NTFS C for mountability. (Not all NTFS volumes can +be mounted read-write, and some cannot be mounted at all). + +C is a boolean flag. Set it to true if you want to test +if the volume can be mounted read-write. Set it to false if +you want to test if the volume can be mounted read-only. + +The return value is an integer which C<0> if the operation +would succeed, or some non-zero value documented in the +L manual page. + =head2 ping-daemon ping-daemon @@ -1210,6 +1226,12 @@ This displays the partition table on C, in the human-readable output of the L command. It is not intended to be parsed. +=head2 sleep + + sleep secs + +Sleep for C seconds. + =head2 stat stat path