VirtualBox

Changeset 41079 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Apr 27, 2012 9:59:52 AM (13 years ago)
Author:
vboxsync
Message:

better description for 'VBoxManage modifyhd --resize' (thanks mpack!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r41039 r41079  
    21452145
    21462146        <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
    21492150          <emphasis>logical</emphasis> size of a virtual disk without affecting
    21502151          the physical size much.<footnote>
    21512152              <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.
    21542156          For example, if you originally created a 10G disk which is now full,
    21552157          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>
    21592165        </listitem>
    21602166      </itemizedlist></para>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette