diff options
author | Richard Jones <rjones@redhat.com> | 2010-04-12 12:17:08 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-04-12 19:11:56 +0100 |
commit | 79089f73d0619fa4c45428b3e6fd002822eae159 (patch) | |
tree | 0616ad214fbe6bf7a5fc1ed74f808c7c43301876 | |
parent | 9ac3cfd1a7b9d5464cfd059328b547a31fb549a0 (diff) | |
download | libguestfs-79089f73d0619fa4c45428b3e6fd002822eae159.tar.gz libguestfs-79089f73d0619fa4c45428b3e6fd002822eae159.tar.xz libguestfs-79089f73d0619fa4c45428b3e6fd002822eae159.zip |
virt-resize: Mention alternate tools like gparted in the documentation.
Note for stable-1.2:
Cherry picked from development commit c53e64a and rebased
against stable-1.2 tree.
-rwxr-xr-x | tools/virt-resize | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/virt-resize b/tools/virt-resize index 709d0b0a..7ee3f271 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<parted(8)> 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<guestfish(1)> 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<virt-list-partitions(1)>, @@ -1007,6 +1023,7 @@ L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, L<virsh(1)>, +L<parted(8)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>. |