1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!--
|
---|
3 | manpage, user manual, usage: VBoxManage showmediuminfo
|
---|
4 |
|
---|
5 | Copyright (C) 2006-2020 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.5//EN"
|
---|
16 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
|
---|
17 | <!ENTITY % all.entities SYSTEM "all-entities.ent">
|
---|
18 | %all.entities;
|
---|
19 | ]>
|
---|
20 | <refentry id="vboxmanage-showmediuminfo" lang="en">
|
---|
21 | <refentryinfo>
|
---|
22 | <pubdate>$Date: 2022-03-12 18:48:39 +0000 (Sat, 12 Mar 2022) $</pubdate>
|
---|
23 | <title>VBoxManage showmediuminfo</title>
|
---|
24 | </refentryinfo>
|
---|
25 |
|
---|
26 | <refmeta>
|
---|
27 | <refentrytitle>VBoxManage-showmediuminfo</refentrytitle>
|
---|
28 | <manvolnum>1</manvolnum>
|
---|
29 | </refmeta>
|
---|
30 |
|
---|
31 | <refnamediv>
|
---|
32 | <refname>VBoxManage-showmediuminfo</refname>
|
---|
33 | <refpurpose>show information about a medium</refpurpose>
|
---|
34 | <refclass>&product-name;</refclass>
|
---|
35 | </refnamediv>
|
---|
36 |
|
---|
37 | <refsynopsisdiv>
|
---|
38 | <cmdsynopsis id="synopsis-vboxmanage-showmediuminfo">
|
---|
39 | <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
|
---|
40 | <command>VBoxManage showmediuminfo</command>
|
---|
41 | <group>
|
---|
42 | <arg choice="plain">disk</arg>
|
---|
43 | <arg choice="plain">dvd</arg>
|
---|
44 | <arg choice="plain">floppy</arg>
|
---|
45 | </group>
|
---|
46 | <group choice="req">
|
---|
47 | <arg choice="plain"><replaceable>uuid</replaceable></arg>
|
---|
48 | <arg choice="plain"><replaceable>filename</replaceable></arg>
|
---|
49 | </group>
|
---|
50 | </cmdsynopsis>
|
---|
51 | </refsynopsisdiv>
|
---|
52 |
|
---|
53 | <refsect1>
|
---|
54 | <title>Description</title>
|
---|
55 | <para>
|
---|
56 | The <command>VBoxManage showmediuminfo</command> command shows the
|
---|
57 | following information about a medium:
|
---|
58 | </para>
|
---|
59 | <itemizedlist>
|
---|
60 | <listitem><para>
|
---|
61 | Size
|
---|
62 | </para></listitem>
|
---|
63 | <listitem><para>
|
---|
64 | Size on disk
|
---|
65 | </para></listitem>
|
---|
66 | <listitem><para>
|
---|
67 | Type
|
---|
68 | </para></listitem>
|
---|
69 | <listitem><para>
|
---|
70 | In use by virtual machines (VMs)
|
---|
71 | </para></listitem>
|
---|
72 | </itemizedlist>
|
---|
73 | <para>
|
---|
74 | The medium must be specified either by its UUID, if the medium is
|
---|
75 | registered, or by its filename. Registered images can be listed
|
---|
76 | using <command>VBoxManage list hdds</command>, <command>VBoxManage
|
---|
77 | list dvds</command>, or <command>VBoxManage list
|
---|
78 | floppies</command>, as appropriate.
|
---|
79 | </para>
|
---|
80 | <para>
|
---|
81 | For backward compatibility, you can also use the
|
---|
82 | <command>showvdiinfo</command> command to obtain information about
|
---|
83 | the medium.
|
---|
84 | </para>
|
---|
85 | <variablelist>
|
---|
86 | <varlistentry>
|
---|
87 | <term><literal>disk</literal> | <literal>dvd</literal> | <literal>floppy</literal></term>
|
---|
88 | <listitem><para>
|
---|
89 | Specifies the type of medium. Valid values are
|
---|
90 | <literal>disk</literal> (hard drive),
|
---|
91 | <literal>dvd</literal>, or <literal>floppy</literal>.
|
---|
92 | </para></listitem>
|
---|
93 | </varlistentry>
|
---|
94 | <varlistentry>
|
---|
95 | <term><replaceable>uuid</replaceable> | <replaceable>filename</replaceable></term>
|
---|
96 | <listitem><para>
|
---|
97 | Specifies the Universally Unique Identifier (UUID) or
|
---|
98 | absolute path name of the medium or image.
|
---|
99 | </para><para>
|
---|
100 | If the medium is registered, you can specify the UUID. You
|
---|
101 | can also list registered images by using the
|
---|
102 | <command>VBoxManage list hdds</command>, <command>VBoxManage
|
---|
103 | list dvds</command>, or <command>VBoxManage list
|
---|
104 | floppies</command> command.
|
---|
105 | </para></listitem>
|
---|
106 | </varlistentry>
|
---|
107 | </variablelist>
|
---|
108 | </refsect1>
|
---|
109 |
|
---|
110 | <refsect1>
|
---|
111 | <title>Examples</title>
|
---|
112 | <remark role="help-scope" condition="GLOBAL" />
|
---|
113 | <para>
|
---|
114 | The following command shows information about the
|
---|
115 | <filename>disk01.vdi</filename> disk image:
|
---|
116 | </para>
|
---|
117 | <screen>$ VBoxManage showmediuminfo disk01.vdi</screen>
|
---|
118 | <para>
|
---|
119 | The following command shows information about the
|
---|
120 | <filename>floppy01.img</filename> floppy disk image.
|
---|
121 | </para>
|
---|
122 | <screen>$ VBoxManage showmediuminfo floppy floppy01.img</screen>
|
---|
123 | </refsect1>
|
---|
124 |
|
---|
125 | <refsect1>
|
---|
126 | <title>See Also</title>
|
---|
127 | <para>
|
---|
128 | <xref linkend="vboxmanage-list" />
|
---|
129 | </para>
|
---|
130 | </refsect1>
|
---|
131 | </refentry>
|
---|