X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=guestfs-actions.pod;h=0b06470da0b3332bb5a40e0bfcb6484f2e3aa21d;hb=b8b89f509c353fb662794c58bc840c8468c6e18f;hp=0d5efb4d4a619bc7b83cc02d6e798673474f0faf;hpb=1fc41b39dac877ccec1284da8bb14baa4df368b8;p=libguestfs.git diff --git a/guestfs-actions.pod b/guestfs-actions.pod index 0d5efb4..0b06470 100644 --- a/guestfs-actions.pod +++ b/guestfs-actions.pod @@ -624,6 +624,20 @@ so that the maximum guest memory is freed. This function returns 0 on success or -1 on error. +=head2 guestfs_e2fsck_f + + int guestfs_e2fsck_f (guestfs_h *handle, + const char *device); + +This runs C, ie. runs the ext2/ext3 +filesystem checker on C, noninteractively (C<-p>), +even if the filesystem appears to be clean (C<-f>). + +This command is only needed because of C +(q.v.). Normally you should use C. + +This function returns 0 on success or -1 on error. + =head2 guestfs_end_busy int guestfs_end_busy (guestfs_h *handle); @@ -1319,6 +1333,12 @@ I. This resizes an ext2 or ext3 filesystem to match the size of the underlying device. +I It is sometimes required that you run C +on the C before calling this command. For unknown reasons +C sometimes gives an error about this and sometimes not. +In any case, it is always safe to call C before +calling this function. + This function returns 0 on success or -1 on error. =head2 guestfs_rm