X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=guestfs-actions.pod;h=6fc51f0dbf93b02d4ec3d4cf540b0a0094a8ec12;hb=b55bf8158f0b7f6b1760b7b3b5f7c1274a149127;hp=fb7c3db2fdd58a92c72a36743f3da082085abbcb;hpb=62df226f26bd6ac3c481a7790eb89d760d2f0386;p=libguestfs.git diff --git a/guestfs-actions.pod b/guestfs-actions.pod index fb7c3db..6fc51f0 100644 --- a/guestfs-actions.pod +++ b/guestfs-actions.pod @@ -592,13 +592,30 @@ This runs the filesystem checker (fsck) on C which should have filesystem type C. The returned integer is the status. See L for the -list of status codes from C, and note that multiple -status codes can be summed together. +list of status codes from C. -It is entirely equivalent to running C. -Note that checking or repairing NTFS volumes is not supported +Notes: + +=over 4 + +=item * + +Multiple status codes can be summed together. + +=item * + +A non-zero return code can mean "success", for example if +errors have been corrected on the filesystem. + +=item * + +Checking or repairing NTFS volumes is not supported (by linux-ntfs). +=back + +This command is entirely equivalent to running C. + On error this function returns -1. =head2 guestfs_get_autosync