Changeset 41079 in vbox for trunk/doc/manual
- Timestamp:
- Apr 27, 2012 9:59:52 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_VBoxManage.xml
r41039 r41079 2145 2145 2146 2146 <listitem> 2147 <para>The <computeroutput>--resize</computeroutput> option allows you 2148 to change the capacity of an existing image; this adjusts the 2147 <para>The <computeroutput>--resize x</computeroutput> option (where x 2148 is the desired new total space in <emphasis role="bold">megabytes</emphasis>) 2149 allows you to change the capacity of an existing image; this adjusts the 2149 2150 <emphasis>logical</emphasis> size of a virtual disk without affecting 2150 2151 the physical size much.<footnote> 2151 2152 <para>Image resizing was added with VirtualBox 4.0.</para> 2152 </footnote> This currently works only for expanding the capacity of 2153 VDI and VHD formats, and only for the dynamically allocated variants. 2153 </footnote> This currently works only for VDI and VHD formats, and only 2154 for the dynamically allocated variants, and can only be used to expand 2155 (not shrink) the capacity. 2154 2156 For example, if you originally created a 10G disk which is now full, 2155 2157 you can use the <computeroutput>--resize 15360</computeroutput> 2156 command to add 5 GByte more space to the virtual disk without 2157 having to create a new image and copy all data from within a virtual 2158 machine.</para> 2158 command to change the capacity to 15G (15,360MB) without having to create a new 2159 image and copy all data from within a virtual machine. Note however that 2160 this only changes the drive capacity; you will typically next need to use 2161 a partition management tool inside the guest to adjust the main partition 2162 to fill the drive.</para><para>The <computeroutput>--resizebyte x</computeroutput> 2163 option does almost the same thing, except that x is expressed in bytes 2164 instead of megabytes.</para> 2159 2165 </listitem> 2160 2166 </itemizedlist></para>
Note:
See TracChangeset
for help on using the changeset viewer.