- Timestamp:
- Mar 12, 2022 7:40:19 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150459
- Location:
- trunk/doc/manual
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/Config.kmk
r94202 r94203 72 72 man_VBoxManage-mediumproperty.xml \ 73 73 man_VBoxManage-encryptmedium.xml \ 74 man_VBoxManage-checkmediumpwd.xml 74 man_VBoxManage-checkmediumpwd.xml \ 75 man_VBoxManage-convertfromraw.xml 75 76 76 77 ## List of user manual XML files. -
trunk/doc/manual/en_US/man_VBoxManage-convertfromraw.xml
r82969 r94203 20 20 <refentry id="vboxmanage-convertfromraw" lang="en"> 21 21 <refentryinfo> 22 <pubdate> September 2019</pubdate>22 <pubdate>$Date$</pubdate> 23 23 <title>VBoxManage convertfromraw</title> 24 24 </refentryinfo> … … 32 32 <refname>VBoxManage-convertfromraw</refname> 33 33 <refpurpose>convert a raw disk image to a virtual disk image</refpurpose> 34 <refclass> Oracle VM VirtualBox</refclass>34 <refclass>&product-name;</refclass> 35 35 </refnamediv> 36 36 -
trunk/doc/manual/en_US/user_VBoxManage.xml
r94202 r94203 1097 1097 <xi:include href="user_man_VBoxManage-checkmediumpwd.xml" xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" /> 1098 1098 1099 <sect1 id="vboxmanage-convertfromraw"> 1100 1101 <title>VBoxManage convertfromraw</title> 1102 1103 <para> 1104 This command converts a raw disk image to an &product-name; Disk 1105 Image (VDI) file. The syntax is as follows: 1106 </para> 1107 1108 <screen>VBoxManage convertfromraw <filename> <outputfile> 1109 [--format VDI|VMDK|VHD] 1110 [--variant Standard,Fixed,Split2G,Stream,ESX] 1111 [--uuid <uuid>] 1112 VBoxManage convertfromraw stdin <outputfile> <bytes> 1113 [--format VDI|VMDK|VHD] 1114 [--variant Standard,Fixed,Split2G,Stream,ESX] 1115 [--uuid <uuid>]</screen> 1116 1117 <para> 1118 The parameters are as follows: 1119 </para> 1120 1121 <variablelist> 1122 1123 <varlistentry> 1124 <term> 1125 <computeroutput>--bytes</computeroutput> 1126 </term> 1127 1128 <listitem> 1129 <para> 1130 The size of the image file, in bytes, provided through 1131 stdin. 1132 </para> 1133 </listitem> 1134 </varlistentry> 1135 1136 <varlistentry> 1137 <term> 1138 <computeroutput>--format</computeroutput> 1139 </term> 1140 1141 <listitem> 1142 <para> 1143 Select the disk image format to create. The default format 1144 is VDI. Other options are VMDK and VHD. 1145 </para> 1146 </listitem> 1147 </varlistentry> 1148 1149 <varlistentry> 1150 <term> 1151 <computeroutput>--variant</computeroutput> 1152 </term> 1153 1154 <listitem> 1155 <para> 1156 Choose a file format variant for the output file. This is a 1157 comma-separated list of variant flags. Not all combinations 1158 are supported, and specifying inconsistent flags will result 1159 in an error message. 1160 </para> 1161 </listitem> 1162 </varlistentry> 1163 1164 <varlistentry> 1165 <term> 1166 <computeroutput>--uuid</computeroutput> 1167 </term> 1168 1169 <listitem> 1170 <para> 1171 Specify the UUID of the output file. 1172 </para> 1173 </listitem> 1174 </varlistentry> 1175 1176 </variablelist> 1177 1178 <para> 1179 The <command>stdin</command> form of the command forces 1180 <command>VBoxManage</command> to read the content of the disk 1181 image from standard input. This useful when using the command in a 1182 pipe. 1183 </para> 1184 1185 <note> 1186 <para> 1187 For compatibility with earlier versions of &product-name;, the 1188 <command>convertdd</command> command is also supported and 1189 mapped internally to the <command>convertfromraw</command> 1190 command. 1191 </para> 1192 </note> 1193 1194 </sect1> 1099 <xi:include href="user_man_VBoxManage-convertfromraw.xml" xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" /> 1195 1100 1196 1101 <xi:include href="user_man_VBoxManage-mediumio.xml" xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" />
Note:
See TracChangeset
for help on using the changeset viewer.