1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!--
|
---|
3 | manpage, user manual, usage: VBoxManage mediumio
|
---|
4 |
|
---|
5 | Copyright (C) 2018 Oracle Corporation
|
---|
6 |
|
---|
7 | This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
8 | available from http://www.virtualbox.org. This file is free software;
|
---|
9 | you can redistribute it and/or modify it under the terms of the GNU
|
---|
10 | General Public License (GPL) as published by the Free Software
|
---|
11 | Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
12 | VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
13 | hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
14 | -->
|
---|
15 | <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
|
---|
16 | <refentry id="vboxmanage-mediumio" lang="en">
|
---|
17 |
|
---|
18 | <refentryinfo>
|
---|
19 | <pubdate>$Date: 2018-07-07 16:22:45 +0000 (Sat, 07 Jul 2018) $</pubdate>
|
---|
20 | <title>VBoxManage mediumio</title>
|
---|
21 | </refentryinfo>
|
---|
22 |
|
---|
23 | <refmeta>
|
---|
24 | <refentrytitle>VBoxManage-mediumio</refentrytitle>
|
---|
25 | <manvolnum>1</manvolnum>
|
---|
26 | </refmeta>
|
---|
27 |
|
---|
28 | <refnamediv>
|
---|
29 | <refname>VBoxManage-mediumio</refname>
|
---|
30 | <refpurpose>medium content access</refpurpose>
|
---|
31 | <refclass>Oracle VM VirtualBox</refclass>
|
---|
32 | </refnamediv>
|
---|
33 |
|
---|
34 | <refsynopsisdiv>
|
---|
35 | <cmdsynopsis id="synopsis-vboxmanage-mediumio-formatfat"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
|
---|
36 | <command>VBoxManage mediumio</command>
|
---|
37 | <group choice="req">
|
---|
38 | <arg>--disk=<replaceable>uuid|filename</replaceable></arg>
|
---|
39 | <arg>--dvd=<replaceable>uuid|filename</replaceable></arg>
|
---|
40 | <arg>--floppy=<replaceable>uuid|filename</replaceable></arg>
|
---|
41 | </group>
|
---|
42 | <arg>--password-file<replaceable>-|filename</replaceable></arg>
|
---|
43 | <arg choice="plain">formatfat</arg>
|
---|
44 | <arg>--quick</arg>
|
---|
45 | </cmdsynopsis>
|
---|
46 | <cmdsynopsis id="synopsis-vboxmanage-mediumio-cat">
|
---|
47 | <command>VBoxManage mediumio</command>
|
---|
48 | <group choice="req">
|
---|
49 | <arg>--disk=<replaceable>uuid|filename</replaceable></arg>
|
---|
50 | <arg>--dvd=<replaceable>uuid|filename</replaceable></arg>
|
---|
51 | <arg>--floppy=<replaceable>uuid|filename</replaceable></arg>
|
---|
52 | </group>
|
---|
53 | <arg>--password-file<replaceable>-|filename</replaceable></arg>
|
---|
54 | <arg choice="plain">cat</arg>
|
---|
55 | <arg>--hex</arg>
|
---|
56 | <arg>--offset=<replaceable>byte-offset</replaceable></arg>
|
---|
57 | <arg>--size=<replaceable>bytes</replaceable></arg>
|
---|
58 | <arg>--output=<replaceable>-|filename</replaceable></arg>
|
---|
59 | </cmdsynopsis>
|
---|
60 | </refsynopsisdiv>
|
---|
61 |
|
---|
62 | <refsect1>
|
---|
63 | <title>Description</title>
|
---|
64 |
|
---|
65 | <refsect2 id="vboxmanage-mediumio-common-options">
|
---|
66 | <title>Common options</title>
|
---|
67 | <remark role="help-scope" condition="GLOBAL"/>
|
---|
68 | <para>The subcommands of <command>mediumio</command> all operate on a medium which need to be specified, optionally
|
---|
69 | with an encryption password. The following common options can be placed before or after the sub-command:</para>
|
---|
70 | <variablelist>
|
---|
71 | <varlistentry>
|
---|
72 | <term>--disk=<replaceable>uuid|filename</replaceable></term>
|
---|
73 | <listitem><para>Either the UUID or filename of a harddisk image, e.g. VDI, VMDK, VHD, ++.</para></listitem>
|
---|
74 | </varlistentry>
|
---|
75 | <varlistentry>
|
---|
76 | <term>--dvd=<replaceable>uuid|filename</replaceable></term>
|
---|
77 | <listitem><para>Either the UUID or filename of a DVD image, e.g. ISO, DMG, CUE.</para></listitem>
|
---|
78 | </varlistentry>
|
---|
79 | <varlistentry>
|
---|
80 | <term>--floppy=<replaceable>uuid|filename</replaceable></term>
|
---|
81 | <listitem><para>Either the UUID or filename of a floppy image, e.g. IMG.</para></listitem>
|
---|
82 | </varlistentry>
|
---|
83 | <varlistentry>
|
---|
84 | <term>--password-file=<replaceable>-|filename</replaceable></term>
|
---|
85 | <listitem><para>The name of a file containing the medium encryption password. If <option>-</option>
|
---|
86 | is specified, the password will be read from stdin. </para></listitem>
|
---|
87 | </varlistentry>
|
---|
88 | </variablelist>
|
---|
89 | </refsect2>
|
---|
90 |
|
---|
91 | <refsect2 id="vboxmanage-mediumio-formatfat">
|
---|
92 | <title>mediumio formatfat</title>
|
---|
93 | <remark role="help-copy-synopsis"/>
|
---|
94 | <para>
|
---|
95 | Formats a floppy medium with the FAT file system. This will erase the
|
---|
96 | content of the medium.
|
---|
97 | </para>
|
---|
98 | <variablelist>
|
---|
99 | <varlistentry>
|
---|
100 | <term><option>--quick</option></term><listitem><para>Quickformat the medium.</para></listitem>
|
---|
101 | </varlistentry>
|
---|
102 | </variablelist>
|
---|
103 | </refsect2>
|
---|
104 |
|
---|
105 | <refsect2 id="vboxmanage-mediumio-cat">
|
---|
106 | <title>mediumio cat</title>
|
---|
107 | <remark role="help-copy-synopsis"/>
|
---|
108 | <para>
|
---|
109 | Dumps the medium content to stdout or the specified file.
|
---|
110 | </para>
|
---|
111 | <variablelist>
|
---|
112 | <varlistentry>
|
---|
113 | <term><option>--hex</option></term><listitem><para>Dump as hex bytes.</para></listitem>
|
---|
114 | </varlistentry>
|
---|
115 | <varlistentry>
|
---|
116 | <term><option>--offset</option></term><listitem><para>The byte offset in the medium to start.</para></listitem>
|
---|
117 | </varlistentry>
|
---|
118 | <varlistentry>
|
---|
119 | <term><option>--size</option></term><listitem><para>The number of bytes to dump.</para></listitem>
|
---|
120 | </varlistentry>
|
---|
121 | <varlistentry>
|
---|
122 | <term><option>--output</option></term>
|
---|
123 | <listitem><para>The output filename. As usual <option>-</option> is take to mean stdout.</para></listitem>
|
---|
124 | </varlistentry>
|
---|
125 | </variablelist>
|
---|
126 | </refsect2>
|
---|
127 |
|
---|
128 | </refsect1>
|
---|
129 |
|
---|
130 | </refentry>
|
---|
131 |
|
---|