X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfish-actions.pod;h=3945fb10186348b8767f4fffbcaf30fd8c6838ab;hp=7e33cbbeae51a2f54ee7a7525b141fe764f12e64;hb=816f3bcde7ed64b57b35fea80b09a721317df274;hpb=85ed8cef99c19b4143844991d14e0b848fecc5da diff --git a/guestfish-actions.pod b/guestfish-actions.pod index 7e33cbb..3945fb1 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -777,6 +777,14 @@ the path to the LV, such as C. You can also remove all LVs in a volume group by specifying the VG name, C. +=head2 lvresize + + lvresize device mbytes + +This resizes (expands or shrinks) an existing LVM logical +volume to C. When reducing, data in the reduced part +is lost. + =head2 lvs lvs @@ -945,6 +953,13 @@ Note that this function cannot correctly handle binary files as end of line). For those you need to use the C function which has a more complex interface. +=head2 resize2fs + + resize2fs device + +This resizes an ext2 or ext3 filesystem to match the size of +the underlying device. + =head2 rm rm path