summaryrefslogtreecommitdiffstats
path: root/doc/manual/en_US/man_VBoxManage-mediumio.xml
blob: 8693c6b057b84a8e658b1771a7eaa8277284739c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<?xml version="1.0" encoding="UTF-8"?>
<!--
    manpage, user manual, usage: VBoxManage mediumio

    Copyright (C) 2018-2020 Oracle Corporation

    This file is part of VirtualBox Open Source Edition (OSE), as
    available from http://www.virtualbox.org. This file is free software;
    you can redistribute it and/or modify it under the terms of the GNU
    General Public License (GPL) as published by the Free Software
    Foundation, in version 2 as it comes in the "COPYING" file of the
    VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
 -->
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<refentry id="vboxmanage-mediumio" lang="en">

  <refentryinfo>
    <pubdate>$Date: 2020-02-04 11:54:12 +0100 (Tue, 04 Feb 2020) $</pubdate>
    <title>VBoxManage mediumio</title>
  </refentryinfo>

  <refmeta>
    <refentrytitle>VBoxManage-mediumio</refentrytitle>
    <manvolnum>1</manvolnum>
  </refmeta>

  <refnamediv>
    <refname>VBoxManage-mediumio</refname>
    <refpurpose>medium content access</refpurpose>
    <refclass>Oracle VM VirtualBox</refclass>
  </refnamediv>

  <refsynopsisdiv>
    <cmdsynopsis id="synopsis-vboxmanage-mediumio-formatfat"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
      <command>VBoxManage mediumio</command>
      <group choice="req">
        <arg choice="plain">--disk=<replaceable>uuid|filename</replaceable></arg>
        <arg choice="plain">--dvd=<replaceable>uuid|filename</replaceable></arg>
        <arg choice="plain">--floppy=<replaceable>uuid|filename</replaceable></arg>
      </group>
      <arg>--password-file=<replaceable>-|filename</replaceable></arg>
      <arg choice="plain">formatfat</arg>
      <arg>--quick</arg>
    </cmdsynopsis>
    <cmdsynopsis id="synopsis-vboxmanage-mediumio-cat">
      <command>VBoxManage mediumio</command>
      <group choice="req">
        <arg choice="plain">--disk=<replaceable>uuid|filename</replaceable></arg>
        <arg choice="plain">--dvd=<replaceable>uuid|filename</replaceable></arg>
        <arg choice="plain">--floppy=<replaceable>uuid|filename</replaceable></arg>
      </group>
      <arg>--password-file=<replaceable>-|filename</replaceable></arg>
      <arg choice="plain">cat</arg>
      <arg>--hex</arg>
      <arg>--offset=<replaceable>byte-offset</replaceable></arg>
      <arg>--size=<replaceable>bytes</replaceable></arg>
      <arg>--output=<replaceable>-|filename</replaceable></arg>
    </cmdsynopsis>
    <cmdsynopsis id="synopsis-vboxmanage-mediumio-stream">
      <command>VBoxManage mediumio</command>
      <group choice="req">
        <arg choice="plain">--disk=<replaceable>uuid|filename</replaceable></arg>
        <arg choice="plain">--dvd=<replaceable>uuid|filename</replaceable></arg>
        <arg choice="plain">--floppy=<replaceable>uuid|filename</replaceable></arg>
      </group>
      <arg>--password-file=<replaceable>-|filename</replaceable></arg>
      <arg choice="plain">stream</arg>
      <arg>--format=<replaceable>image-format</replaceable></arg>
      <arg>--variant=<replaceable>image-variant</replaceable></arg>
      <arg>--output=<replaceable>-|filename</replaceable></arg>
    </cmdsynopsis>
  </refsynopsisdiv>

  <refsect1>
    <title>Description</title>

    <refsect2 id="vboxmanage-mediumio-common-options">
      <title>Common options</title>
      <remark role="help-scope" condition="GLOBAL"/>
      <para>The subcommands of <command>mediumio</command> all operate on a medium which need to be specified, optionally
        with an encryption password.  The following common options can be placed before or after the sub-command:</para>
      <variablelist>
        <varlistentry>
          <term>--disk=<replaceable>uuid|filename</replaceable></term>
          <listitem><para>Either the UUID or filename of a harddisk image, e.g. VDI, VMDK, VHD, ++.</para></listitem>
        </varlistentry>
        <varlistentry>
          <term>--dvd=<replaceable>uuid|filename</replaceable></term>
          <listitem><para>Either the UUID or filename of a DVD image, e.g. ISO, DMG, CUE.</para></listitem>
        </varlistentry>
        <varlistentry>
          <term>--floppy=<replaceable>uuid|filename</replaceable></term>
          <listitem><para>Either the UUID or filename of a floppy image, e.g. IMG.</para></listitem>
        </varlistentry>
        <varlistentry>
          <term>--password-file=<replaceable>-|filename</replaceable></term>
          <listitem><para>The name of a file containing the medium encryption password.  If <option>-</option>
            is specified, the password will be read from stdin. </para></listitem>
        </varlistentry>
      </variablelist>
    </refsect2>

    <refsect2 id="vboxmanage-mediumio-formatfat">
      <title>mediumio formatfat</title>
      <remark role="help-copy-synopsis"/>
      <para>
        Formats a floppy medium with the FAT file system. This will erase the
        content of the medium.
      </para>
      <variablelist>
        <varlistentry>
          <term><option>--quick</option></term><listitem><para>Quickformat the medium.</para></listitem>
        </varlistentry>
      </variablelist>
    </refsect2>

    <refsect2 id="vboxmanage-mediumio-cat">
      <title>mediumio cat</title>
      <remark role="help-copy-synopsis"/>
      <para>
        Dumps the medium content to stdout or the specified file.
      </para>
      <variablelist>
        <varlistentry>
          <term><option>--hex</option></term><listitem><para>Dump as hex bytes.</para></listitem>
        </varlistentry>
        <varlistentry>
          <term><option>--offset</option></term><listitem><para>The byte offset in the medium to start.</para></listitem>
        </varlistentry>
        <varlistentry>
          <term><option>--size</option></term><listitem><para>The number of bytes to dump.</para></listitem>
        </varlistentry>
        <varlistentry>
          <term><option>--output</option></term>
          <listitem><para>The output filename.  As usual <option>-</option> is take to mean stdout.</para></listitem>
        </varlistentry>
      </variablelist>
    </refsect2>

    <refsect2 id="vboxmanage-mediumio-stream">
      <title>mediumio stream</title>
      <remark role="help-copy-synopsis"/>
      <para>
        Converts the medium to a streamable format and dumps it to the given output.
      </para>
      <variablelist>
        <varlistentry>
          <term><option>--format</option></term><listitem><para>The format of the destination image.</para></listitem>
        </varlistentry>
        <varlistentry>
          <term><option>--variant</option></term><listitem><para>The medium variant for the destination.</para></listitem>
        </varlistentry>
        <varlistentry>
          <term><option>--output</option></term>
          <listitem><para>The output filename.  As usual <option>-</option> is take to mean stdout.</para></listitem>
        </varlistentry>
      </variablelist>
    </refsect2>

  </refsect1>

</refentry>