Revision 5fafdf24 qemu-img.texi
b/qemu-img.texi | ||
---|---|---|
18 | 18 |
@table @var |
19 | 19 |
@item filename |
20 | 20 |
is a disk image filename |
21 |
@item base_image
|
|
21 |
@item base_image |
|
22 | 22 |
is the read-only disk image which is used as base for a copy on |
23 | 23 |
write image; the copy on write image only stores the modified data |
24 | 24 |
|
25 |
@item fmt
|
|
25 |
@item fmt |
|
26 | 26 |
is the disk image format. It is guessed automatically in most cases. The following formats are supported: |
27 | 27 |
|
28 | 28 |
@table @code |
... | ... | |
53 | 53 |
CD-ROM images present for example in the Knoppix CD-ROMs. |
54 | 54 |
@end table |
55 | 55 |
|
56 |
@item size
|
|
56 |
@item size |
|
57 | 57 |
is the disk image size in kilobytes. Optional suffixes @code{M} |
58 |
(megabyte) and @code{G} (gigabyte) are supported
|
|
58 |
(megabyte) and @code{G} (gigabyte) are supported |
|
59 | 59 |
|
60 | 60 |
@item output_filename |
61 |
is the destination disk image filename
|
|
61 |
is the destination disk image filename |
|
62 | 62 |
|
63 | 63 |
@item output_fmt |
64 | 64 |
is the destination format |
65 | 65 |
|
66 | 66 |
@item -c |
67 | 67 |
indicates that target image must be compressed (qcow format only) |
68 |
@item -e
|
|
68 |
@item -e |
|
69 | 69 |
indicates that the target image must be encrypted (qcow format only) |
70 | 70 |
@end table |
71 | 71 |
|
... | ... | |
75 | 75 |
@item create [-e] [-b @var{base_image}] [-f @var{fmt}] @var{filename} [@var{size}] |
76 | 76 |
|
77 | 77 |
Create the new disk image @var{filename} of size @var{size} and format |
78 |
@var{fmt}.
|
|
78 |
@var{fmt}. |
|
79 | 79 |
|
80 | 80 |
If @var{base_image} is specified, then the image will record only the |
81 | 81 |
differences from @var{base_image}. No size needs to be specified in |
Also available in: Unified diff