X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tools%2Fvirt-resize;h=7ee3f271b685e3399cebaeeac3aee7710b4c9a09;hb=ec90843d3e0098919932d8f03d439d77cf5ae43e;hp=709d0b0a295ec325fde5109c7670d12caa57b3c5;hpb=9ac3cfd1a7b9d5464cfd059328b547a31fb549a0;p=libguestfs.git diff --git a/tools/virt-resize b/tools/virt-resize index 709d0b0..7ee3f27 100755 --- a/tools/virt-resize +++ b/tools/virt-resize @@ -995,6 +995,22 @@ sub canonicalize $_; } +=head1 ALTERNATIVE TOOLS + +There are several proprietary tools for resizing partitions. We +won't mention any here. + +L and its graphical shell gparted can do some types of +resizing operations on disk images. They can resize and move +partitions, but I don't think they can do anything with the contents, +and they certainly don't understand LVM. + +L can do everything that virt-resize can do and a lot +more, but at a much lower level. You will probably end up +hand-calculating sector offsets, which is something that virt-resize +was designed to avoid. If you want to see the guestfish-equivalent +commands that virt-resize runs, use the C<--debug> flag. + =head1 SEE ALSO L, @@ -1007,6 +1023,7 @@ L, L, L, L, +L, L, L.