VirtualBox

Changeset 97313 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Oct 26, 2022 6:27:37 PM (2 years ago)
Author:
vboxsync
Message:

Frontends/VBoxManage: 'VBoxManage internalcommands createrawvmdk' no
longer works after the implementation was moved to the API as part of
xTracker #9224. Update the 'createrawvmdk' subcommand to maps its
arguments to the equivalent 'VBoxManage createmedium disk --Variant
Rawdisk ...' invocation and invoke that command instead. Also include
a warning message that the 'createrawvmdk' subcommand is deprecated and
'VBoxManage createmedium' should be used instead. bugref:9224
ticketref:21125

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-createmedium.xml

    r97260 r97313  
    167167              </para></listitem>
    168168            <listitem><para>
    169                 <literal>Formatted</literal>
    170               </para><para>
    171                 For floppy images only. Formats the medium
    172                 automatically.
     169                <literal>Formatted</literal> formats the medium automatically.
     170                This value is valid for floppy images only.
    173171              </para></listitem>
    174172            <listitem><para>
     
    209207    <remark role="help-scope" condition="GLOBAL" />
    210208    <para>
    211       The following command creates a new disk image file called
     209      The following command creates a new disk image file named
    212210      <filename>disk01.vdi</filename>. The file size is 1024 megabytes.
    213211    </para>
    214212<screen>$ VBoxManage createmedium --filename disk01.vdi --size 1024</screen>
    215213    <para>
    216       The following command creates a new floppy disk image file called
     214      The following command creates a new floppy disk image file named
    217215      <filename>floppy01.vdi</filename>. The file size is 1 megabyte.
    218216    </para>
    219217<screen>$ VBoxManage createmedium floppy --filename floppy01.img --size 1</screen>
     218    <para>
     219        The following command creates a raw disk image of an entire physical disk
     220        on a Linux host.
     221    </para>
     222    <screen>$ VBoxManage createmedium disk --filename=/path/to/rawdisk.vmdk --variant=RawDisk --format=VMDK --property RawDrive=/dev/sda</screen>
    220223  </refsect1>
    221224</refentry>
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