X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2Fguestfs.mli;h=259c8f3453804eabaf423c35df3a8d008e684e24;hp=291f34011c33768977082434ca92ad37901e96e1;hb=62df226f26bd6ac3c481a7790eb89d760d2f0386;hpb=b03ee3675bed8d739ae722ed8c030ae02b3cb0ed diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index 291f340..259c8f3 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -436,3 +436,9 @@ val set_e2uuid : t -> string -> string -> unit val get_e2uuid : t -> string -> string (** get the ext2/3/4 filesystem UUID *) +val fsck : t -> string -> string -> int +(** run the filesystem checker *) + +val zero : t -> string -> unit +(** write zeroes to the device *) +