summaryrefslogtreecommitdiffstats
path: root/src/generator.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/generator.ml')
-rwxr-xr-xsrc/generator.ml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/generator.ml b/src/generator.ml
index 9a9c168e..615d32ec 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -1632,6 +1632,21 @@ to return the existing UUID of a filesystem.");
This returns the ext2/3/4 filesystem UUID of the filesystem on
C<device>.");
+ ("fsck", (RInt "status", [String "fstype"; String "device"]), 84, [],
+ [InitBasicFS, TestRun (
+ [["fsck"; "ext2"; "/dev/sda1"]])],
+ "run the filesystem checker",
+ "\
+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.
+
+It is entirely equivalent to running C<fsck -a -t fstype device>.
+Note that checking or repairing NTFS volumes is not supported
+(by linux-ntfs).");
]
let all_functions = non_daemon_functions @ daemon_functions