X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfish-actions.pod;h=fa82ef1b11853c4a25f9496bf0e6d311af287738;hp=ee8e82477bc4bb2385a23b4ea0ea03eb37c686c3;hb=3e408f493496597dc026d20778837f421f05a9dd;hpb=0f81d0941a2705d49bc129f69924265fa60d9677;ds=inline diff --git a/guestfish-actions.pod b/guestfish-actions.pod index ee8e824..fa82ef1 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -484,6 +484,17 @@ Setting C to 3 should drop everything. This automatically calls L before the operation, so that the maximum guest memory is freed. +=head2 e2fsck-f + + e2fsck-f 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. + =head2 equal equal file1 file2 @@ -989,6 +1000,12 @@ function which has a more complex interface. 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. + =head2 rm rm path