VirtualBox

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

Last change on this file since 95368 was 94270, checked in by vboxsync, 3 years ago

doc/manual: Include the all-entities.ent file in all ru_RU manpage sources, bugref:9186

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 8.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage mediumio
4
5 Copyright (C) 2018-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-mediumio" lang="en">
21
22 <refentryinfo>
23 <pubdate>$Date: 2022-03-16 13:23:16 +0000 (Wed, 16 Mar 2022) $</pubdate>
24 <title>VBoxManage mediumio</title>
25 </refentryinfo>
26
27 <refmeta>
28 <refentrytitle>VBoxManage-mediumio</refentrytitle>
29 <manvolnum>1</manvolnum>
30 </refmeta>
31
32 <refnamediv>
33 <refname>VBoxManage-mediumio</refname>
34 <refpurpose>доступ к содержимому носителя</refpurpose>
35 <refclass>&product-name;</refclass>
36 </refnamediv>
37
38 <refsynopsisdiv>
39 <cmdsynopsis id="synopsis-vboxmanage-mediumio-formatfat"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
40 <command>VBoxManage mediumio</command>
41 <group choice="req">
42 <arg choice="plain">--disk=<replaceable>uuid|имя-файла</replaceable></arg>
43 <arg choice="plain">--dvd=<replaceable>uuid|имя-файла</replaceable></arg>
44 <arg choice="plain">--floppy=<replaceable>uuid|имя-файла</replaceable></arg>
45 </group>
46 <arg>--password-file=<replaceable>-|имя-файла</replaceable></arg>
47 <arg choice="plain">formatfat</arg>
48 <arg>--quick</arg>
49 </cmdsynopsis>
50 <cmdsynopsis id="synopsis-vboxmanage-mediumio-cat">
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">cat</arg>
59 <arg>--hex</arg>
60 <arg>--offset=<replaceable>смещение-байт</replaceable></arg>
61 <arg>--size=<replaceable>байты</replaceable></arg>
62 <arg>--output=<replaceable>-|имя-файла</replaceable></arg>
63 </cmdsynopsis>
64 <cmdsynopsis id="synopsis-vboxmanage-mediumio-stream">
65 <command>VBoxManage mediumio</command>
66 <group choice="req">
67 <arg choice="plain">--disk=<replaceable>uuid|имя-файла</replaceable></arg>
68 <arg choice="plain">--dvd=<replaceable>uuid|имя-файла</replaceable></arg>
69 <arg choice="plain">--floppy=<replaceable>uuid|имя-файла</replaceable></arg>
70 </group>
71 <arg>--password-file=<replaceable>-|имя-файла</replaceable></arg>
72 <arg choice="plain">stream</arg>
73 <arg>--format=<replaceable>формат-образа</replaceable></arg>
74 <arg>--variant=<replaceable>вариант-образа</replaceable></arg>
75 <arg>--output=<replaceable>-|имя-файла</replaceable></arg>
76 </cmdsynopsis>
77 </refsynopsisdiv>
78
79 <refsect1>
80 <title>Описание</title>
81
82 <refsect2 id="vboxmanage-mediumio-common-options">
83 <title>Общие параметры</title>
84 <remark role="help-scope" condition="GLOBAL"/>
85 <para>Все подкоманды <command>mediumio</command> оперируют носителем, который должен быть указан вместе с паролем
86 шифрования (необязательно). Следующие общие опции могут быть помещены перед или после подкоманд:</para>
87 <variablelist>
88 <varlistentry>
89 <term>--disk=<replaceable>uuid|имя-файла</replaceable></term>
90 <listitem><para>UUID или имя файла образа жесткого диска, например VDI, VMDK, VHD, и т.д.</para></listitem>
91 </varlistentry>
92 <varlistentry>
93 <term>--dvd=<replaceable>uuid|имя-файла</replaceable></term>
94 <listitem><para>UUID или имя файла образа DVD, например ISO, DMG, CUE.</para></listitem>
95 </varlistentry>
96 <varlistentry>
97 <term>--floppy=<replaceable>uuid|имя-файла</replaceable></term>
98 <listitem><para>UUID или имя файла образа флоппи, например IMG.</para></listitem>
99 </varlistentry>
100 <varlistentry>
101 <term>--password-file=<replaceable>-|имя-файла</replaceable></term>
102 <listitem><para>Имя файла, содержащего пароль шифрования носителя. Если указана опция <option>-</option>,
103 пароль читается из стандартного потока ввода. </para></listitem>
104 </varlistentry>
105 </variablelist>
106 </refsect2>
107
108 <refsect2 id="vboxmanage-mediumio-formatfat">
109 <title>mediumio formatfat</title>
110 <remark role="help-copy-synopsis"/>
111 <para>
112 Форматирует носитель флоппи диска файловой системой FAT. Эта команда удаляет
113 содержимое носителя.
114 </para>
115 <variablelist>
116 <varlistentry>
117 <term><option>--quick</option></term><listitem><para>Быстрое форматирование носителя.</para></listitem>
118 </varlistentry>
119 </variablelist>
120 </refsect2>
121
122 <refsect2 id="vboxmanage-mediumio-cat">
123 <title>mediumio cat</title>
124 <remark role="help-copy-synopsis"/>
125 <para>
126 Сбрасывает содержимое носителя в стандартный поток вывода или в указанный файл.
127 </para>
128 <variablelist>
129 <varlistentry>
130 <term><option>--hex</option></term><listitem><para>Сбросить как hex байты.</para></listitem>
131 </varlistentry>
132 <varlistentry>
133 <term><option>--offset</option></term><listitem><para>Смещение в байтах с начала носителя, откуда начинать сброс дампа.</para></listitem>
134 </varlistentry>
135 <varlistentry>
136 <term><option>--size</option></term><listitem><para>Количество байтов для сброса.</para></listitem>
137 </varlistentry>
138 <varlistentry>
139 <term><option>--output</option></term>
140 <listitem><para>Имя выходного файла. Как обычно, <option>-</option> подразумевает стандартный поток вывода.</para></listitem>
141 </varlistentry>
142 </variablelist>
143 </refsect2>
144
145 <refsect2 id="vboxmanage-mediumio-stream">
146 <title>mediumio stream</title>
147 <remark role="help-copy-synopsis"/>
148 <para>
149 Преобразует носитель в потоковый формат и сбрасывает его в указанный выход.
150 </para>
151 <variablelist>
152 <varlistentry>
153 <term><option>--format</option></term><listitem><para>Формат образа назначения.</para></listitem>
154 </varlistentry>
155 <varlistentry>
156 <term><option>--variant</option></term><listitem><para>Вариант носителя назначения.</para></listitem>
157 </varlistentry>
158 <varlistentry>
159 <term><option>--output</option></term>
160 <listitem><para>Имя выходного файла. Как обычно, <option>-</option> подразумевает стандартный поток вывода.</para></listitem>
161 </varlistentry>
162 </variablelist>
163 </refsect2>
164
165 </refsect1>
166
167</refentry>
168
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette