diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-07-14 13:02:31 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-07-14 13:03:49 +0100 |
commit | 08910ee60cfac9aa648e59dda5dbb429825c561e (patch) | |
tree | 9d621c9f168ddbf582d97929d5a1f8fb8b3814b2 | |
parent | c6340f45007b0ab7e1c5391cf78afc10a816553f (diff) | |
download | libguestfs-08910ee60cfac9aa648e59dda5dbb429825c561e.tar.gz libguestfs-08910ee60cfac9aa648e59dda5dbb429825c561e.tar.xz libguestfs-08910ee60cfac9aa648e59dda5dbb429825c561e.zip |
docs: resize: Not just limited to resizing filesystems in partitions.
If you use --LV-expand then filesystems in LVs can be resized too.
-rw-r--r-- | resize/virt-resize.pod | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/resize/virt-resize.pod b/resize/virt-resize.pod index 473c5824..6a93e468 100644 --- a/resize/virt-resize.pod +++ b/resize/virt-resize.pod @@ -257,13 +257,11 @@ Currently virt-resize can resize: =item * -ext2, ext3 and ext4 filesystems when they are contained -directly inside a partition. +ext2, ext3 and ext4 filesystems. =item * -NTFS filesystems contained directly in a partition, if libguestfs was -compiled with support for NTFS. +NTFS filesystems, if libguestfs was compiled with support for NTFS. The filesystem must have been shut down consistently last time it was used. Additionally, L<ntfsresize(8)> marks the resized filesystem as |