diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-07-12 14:13:57 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-07-12 18:44:46 +0100 |
commit | 2ba2ddf2113db7bb2afe3f739dc3cbaa5416a4ba (patch) | |
tree | 4dfd2719c692896778ca771f39c95d35b3c410a1 | |
parent | 4d4d3b2498be9dc8ab7e5f16928ac8f1874c2a58 (diff) | |
download | libguestfs-2ba2ddf2113db7bb2afe3f739dc3cbaa5416a4ba.tar.gz libguestfs-2ba2ddf2113db7bb2afe3f739dc3cbaa5416a4ba.tar.xz libguestfs-2ba2ddf2113db7bb2afe3f739dc3cbaa5416a4ba.zip |
Document that ntfsresize cannot be used multiple times (RHBZ#685009).
-rw-r--r-- | generator/generator_actions.ml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index aedbedac..6b53c340 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -5224,6 +5224,15 @@ it to local file C<tarball> (as an xz compressed tar archive)."); "\ This command resizes an NTFS filesystem, expanding or shrinking it to the size of the underlying device. + +I<Note:> After the resize operation, the filesystem is marked +as requiring a consistency check (for safety). You have to boot +into Windows to perform this check and clear this condition. +Furthermore, ntfsresize refuses to resize filesystems +which have been marked in this way. So in effect it is +not possible to call ntfsresize multiple times on a single +filesystem without booting into Windows between each resize. + See also L<ntfsresize(8)>."); ("vgscan", (RErr, [], []), 232, [], |