VirtualBox

source: vbox/trunk/doc/manual/ru_RU/man_VBoxManage-mediumio.xml

Last change on this file was 103620, checked in by vboxsync, 2 months ago

doc/man_VBoxManage: Adapt Russian translation files: Require all refsect1 and refsect2 elements to have @id attributes in manpages. bugref:10302

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 8.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage mediumio
4-->
5<!--
6 Copyright (C) 2018-2023 Oracle and/or its affiliates.
7
8 This file is part of VirtualBox base platform packages, as
9 available from https://www.virtualbox.org.
10
11 This program is free software; you can redistribute it and/or
12 modify it under the terms of the GNU General Public License
13 as published by the Free Software Foundation, in version 3 of the
14 License.
15
16 This program is distributed in the hope that it will be useful, but
17 WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with this program; if not, see <https://www.gnu.org/licenses>.
23
24 SPDX-License-Identifier: GPL-3.0-only
25-->
26<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
27 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
28<!ENTITY % all.entities SYSTEM "all-entities.ent">
29%all.entities;
30]>
31<refentry id="vboxmanage-mediumio" lang="en">
32
33 <refentryinfo>
34 <pubdate>$Date: 2024-02-29 20:47:25 +0000 (Thu, 29 Feb 2024) $</pubdate>
35 <title>VBoxManage mediumio</title>
36 </refentryinfo>
37
38 <refmeta>
39 <refentrytitle>VBoxManage-mediumio</refentrytitle>
40 <manvolnum>1</manvolnum>
41 </refmeta>
42
43 <refnamediv>
44 <refname>VBoxManage-mediumio</refname>
45 <refpurpose>доступ к содержимому носителя</refpurpose>
46 <refclass>&product-name;</refclass>
47 </refnamediv>
48
49 <refsynopsisdiv>
50 <cmdsynopsis id="synopsis-vboxmanage-mediumio-formatfat"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
51 <command>VBoxManage mediumio</command>
52 <group choice="req">
53 <arg choice="plain">--disk=<replaceable>uuid|имя-файла</replaceable></arg>
54 <arg choice="plain">--dvd=<replaceable>uuid|имя-файла</replaceable></arg>
55 <arg choice="plain">--floppy=<replaceable>uuid|имя-файла</replaceable></arg>
56 </group>
57 <arg>--password-file=<replaceable>-|имя-файла</replaceable></arg>
58 <arg choice="plain">formatfat</arg>
59 <arg>--quick</arg>
60 </cmdsynopsis>
61 <cmdsynopsis id="synopsis-vboxmanage-mediumio-cat">
62 <command>VBoxManage mediumio</command>
63 <group choice="req">
64 <arg choice="plain">--disk=<replaceable>uuid|имя-файла</replaceable></arg>
65 <arg choice="plain">--dvd=<replaceable>uuid|имя-файла</replaceable></arg>
66 <arg choice="plain">--floppy=<replaceable>uuid|имя-файла</replaceable></arg>
67 </group>
68 <arg>--password-file=<replaceable>-|имя-файла</replaceable></arg>
69 <arg choice="plain">cat</arg>
70 <arg>--hex</arg>
71 <arg>--offset=<replaceable>смещение-байт</replaceable></arg>
72 <arg>--size=<replaceable>байты</replaceable></arg>
73 <arg>--output=<replaceable>-|имя-файла</replaceable></arg>
74 </cmdsynopsis>
75 <cmdsynopsis id="synopsis-vboxmanage-mediumio-stream">
76 <command>VBoxManage mediumio</command>
77 <group choice="req">
78 <arg choice="plain">--disk=<replaceable>uuid|имя-файла</replaceable></arg>
79 <arg choice="plain">--dvd=<replaceable>uuid|имя-файла</replaceable></arg>
80 <arg choice="plain">--floppy=<replaceable>uuid|имя-файла</replaceable></arg>
81 </group>
82 <arg>--password-file=<replaceable>-|имя-файла</replaceable></arg>
83 <arg choice="plain">stream</arg>
84 <arg>--format=<replaceable>формат-образа</replaceable></arg>
85 <arg>--variant=<replaceable>вариант-образа</replaceable></arg>
86 <arg>--output=<replaceable>-|имя-файла</replaceable></arg>
87 </cmdsynopsis>
88 </refsynopsisdiv>
89
90 <refsect1 id="vboxmanage-mediumio-description">
91 <title>Описание</title>
92
93 <refsect2 id="vboxmanage-mediumio-common-options">
94 <title>Общие параметры</title>
95 <remark role="help-scope" condition="GLOBAL"/>
96 <para>Все подкоманды <command>mediumio</command> оперируют носителем, который должен быть указан вместе с паролем
97 шифрования (необязательно). Следующие общие опции могут быть помещены перед или после подкоманд:</para>
98 <variablelist>
99 <varlistentry>
100 <term>--disk=<replaceable>uuid|имя-файла</replaceable></term>
101 <listitem><para>UUID или имя файла образа жесткого диска, например VDI, VMDK, VHD, и т.д.</para></listitem>
102 </varlistentry>
103 <varlistentry>
104 <term>--dvd=<replaceable>uuid|имя-файла</replaceable></term>
105 <listitem><para>UUID или имя файла образа DVD, например ISO, DMG, CUE.</para></listitem>
106 </varlistentry>
107 <varlistentry>
108 <term>--floppy=<replaceable>uuid|имя-файла</replaceable></term>
109 <listitem><para>UUID или имя файла образа флоппи, например IMG.</para></listitem>
110 </varlistentry>
111 <varlistentry>
112 <term>--password-file=<replaceable>-|имя-файла</replaceable></term>
113 <listitem><para>Имя файла, содержащего пароль шифрования носителя. Если указана опция <option>-</option>,
114 пароль читается из стандартного потока ввода. </para></listitem>
115 </varlistentry>
116 </variablelist>
117 </refsect2>
118
119 <refsect2 id="vboxmanage-mediumio-formatfat">
120 <title>mediumio formatfat</title>
121 <remark role="help-copy-synopsis"/>
122 <para>
123 Форматирует носитель флоппи диска файловой системой FAT. Эта команда удаляет
124 содержимое носителя.
125 </para>
126 <variablelist>
127 <varlistentry>
128 <term><option>--quick</option></term><listitem><para>Быстрое форматирование носителя.</para></listitem>
129 </varlistentry>
130 </variablelist>
131 </refsect2>
132
133 <refsect2 id="vboxmanage-mediumio-cat">
134 <title>mediumio cat</title>
135 <remark role="help-copy-synopsis"/>
136 <para>
137 Сбрасывает содержимое носителя в стандартный поток вывода или в указанный файл.
138 </para>
139 <variablelist>
140 <varlistentry>
141 <term><option>--hex</option></term><listitem><para>Сбросить как hex байты.</para></listitem>
142 </varlistentry>
143 <varlistentry>
144 <term><option>--offset</option></term><listitem><para>Смещение в байтах с начала носителя, откуда начинать сброс дампа.</para></listitem>
145 </varlistentry>
146 <varlistentry>
147 <term><option>--size</option></term><listitem><para>Количество байтов для сброса.</para></listitem>
148 </varlistentry>
149 <varlistentry>
150 <term><option>--output</option></term>
151 <listitem><para>Имя выходного файла. Как обычно, <option>-</option> подразумевает стандартный поток вывода.</para></listitem>
152 </varlistentry>
153 </variablelist>
154 </refsect2>
155
156 <refsect2 id="vboxmanage-mediumio-stream">
157 <title>mediumio stream</title>
158 <remark role="help-copy-synopsis"/>
159 <para>
160 Преобразует носитель в потоковый формат и сбрасывает его в указанный выход.
161 </para>
162 <variablelist>
163 <varlistentry>
164 <term><option>--format</option></term><listitem><para>Формат образа назначения.</para></listitem>
165 </varlistentry>
166 <varlistentry>
167 <term><option>--variant</option></term><listitem><para>Вариант носителя назначения.</para></listitem>
168 </varlistentry>
169 <varlistentry>
170 <term><option>--output</option></term>
171 <listitem><para>Имя выходного файла. Как обычно, <option>-</option> подразумевает стандартный поток вывода.</para></listitem>
172 </varlistentry>
173 </variablelist>
174 </refsect2>
175
176 </refsect1>
177
178</refentry>
179
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use