1cloud-resize-image(1) cloud-utils cloud-resize-image(1)
2
3
4
6 resize-part-image - resize a partition image
7
8
10 resize-part-image [ options ] IMAGE SIZE [OUTPUT]
11
12
14 -v | --verbose
15 show output of resize and fsck commands
16
17 IMAGE Target file for resizing
18
19 SIZE New size is specified per resize2fs(8), e.g. "1G" for 1 gigabyte
20
21 [OUTPUT]
22 If OUTPUT filname is given, do not modify 'IMAGE', but create
23 new file 'OUTPUT'
24
25
27 Resize a partition image to a new size.
28
29
31 resize2fs(8)
32
34 This manpage was written by Dustin Kirkland <kirkland@canonical.com>
35 for Ubuntu systems (but may be used by others). Permission is granted
36 to copy, distribute and/or modify this document under the terms of the
37 GNU General Public License, Version 3 published by the Free Software
38 Foundation.
39
40 On Debian systems, the complete text of the GNU General Public License
41 can be found in /usr/share/common-licenses/GPL.
42
43
44
45cloud-utils 17 Feb 2010 cloud-resize-image(1)