diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-30 19:32:58 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-30 19:32:58 +0100 |
commit | 36f9dac1a2530b575dab9226f6ddd85e6e8c8590 (patch) | |
tree | 46f63296579bc87d9cebb917c555a58fe9238f9b /guestfish-actions.pod | |
parent | 62df226f26bd6ac3c481a7790eb89d760d2f0386 (diff) | |
download | libguestfs-36f9dac1a2530b575dab9226f6ddd85e6e8c8590.tar.gz libguestfs-36f9dac1a2530b575dab9226f6ddd85e6e8c8590.tar.xz libguestfs-36f9dac1a2530b575dab9226f6ddd85e6e8c8590.zip |
Added notes to the 'fsck' command documentation.
Diffstat (limited to 'guestfish-actions.pod')
-rw-r--r-- | guestfish-actions.pod | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/guestfish-actions.pod b/guestfish-actions.pod index d3912573..44d86f24 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -457,13 +457,30 @@ This runs the filesystem checker (fsck) on C<device> which should have filesystem type C<fstype>. The returned integer is the status. See L<fsck(8)> for the -list of status codes from C<fsck>, and note that multiple -status codes can be summed together. +list of status codes from C<fsck>. -It is entirely equivalent to running C<fsck -a -t fstype device>. -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<fsck -a -t fstype device>. + =head2 get-autosync get-autosync |