Changeset 97313 in vbox for trunk/doc/manual
- Timestamp:
- Oct 26, 2022 6:27:37 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-createmedium.xml
r97260 r97313 167 167 </para></listitem> 168 168 <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. 173 171 </para></listitem> 174 172 <listitem><para> … … 209 207 <remark role="help-scope" condition="GLOBAL" /> 210 208 <para> 211 The following command creates a new disk image file called209 The following command creates a new disk image file named 212 210 <filename>disk01.vdi</filename>. The file size is 1024 megabytes. 213 211 </para> 214 212 <screen>$ VBoxManage createmedium --filename disk01.vdi --size 1024</screen> 215 213 <para> 216 The following command creates a new floppy disk image file called214 The following command creates a new floppy disk image file named 217 215 <filename>floppy01.vdi</filename>. The file size is 1 megabyte. 218 216 </para> 219 217 <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> 220 223 </refsect1> 221 224 </refentry>
Note:
See TracChangeset
for help on using the changeset viewer.