VirtualBox

source: vbox/trunk/doc/manual/ru_RU/man_VBoxManage-storagectl.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.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage storagectl
4-->
5<!--
6 Copyright (C) 2006-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-storagectl" lang="en">
32 <refentryinfo>
33 <pubdate>$Date: 2024-02-29 20:47:25 +0000 (Thu, 29 Feb 2024) $</pubdate>
34 <title>VBoxManage storagectl</title>
35 </refentryinfo>
36
37 <refmeta>
38 <refentrytitle>VBoxManage-storagectl</refentrytitle>
39 <manvolnum>1</manvolnum>
40 </refmeta>
41
42 <refnamediv>
43 <refname>VBoxManage-storagectl</refname>
44 <refpurpose>управляет контроллером хранения</refpurpose>
45 <refclass>&product-name;</refclass>
46 </refnamediv>
47
48 <refsynopsisdiv>
49<!-- The 'id' is mandatory and must start with 'synopsis-'. -->
50 <cmdsynopsis id="synopsis-vboxmanage-storagectl">
51 <command>VBoxManage storagectl</command>
52 <group choice="req">
53 <arg choice="plain"><replaceable>uuid</replaceable></arg>
54 <arg choice="plain"><replaceable>имя-ВМ</replaceable></arg>
55 </group>
56 <arg choice="req">--name=<replaceable>имя-контроллера</replaceable></arg>
57 <arg>--add=<group choice="plain">
58 <arg choice="plain">floppy</arg>
59 <arg choice="plain">ide</arg>
60 <arg choice="plain">pcie</arg>
61 <arg choice="plain">sas</arg>
62 <arg choice="plain">sata</arg>
63 <arg choice="plain">scsi</arg>
64 <arg choice="plain">usb</arg>
65 </group></arg>
66 <arg>--controller=<group choice="plain">
67 <arg choice="plain">BusLogic</arg>
68 <arg choice="plain">I82078</arg>
69 <arg choice="plain">ICH6</arg>
70 <arg choice="plain">IntelAhci</arg>
71 <arg choice="plain">LSILogic</arg>
72 <arg choice="plain">LSILogicSAS</arg>
73 <arg choice="plain">NVMe</arg>
74 <arg choice="plain">PIIX3</arg>
75 <arg choice="plain">PIIX4</arg>
76 <arg choice="plain">USB</arg>
77 <arg choice="plain">VirtIO</arg>
78 </group></arg>
79 <arg>--bootable=<group choice="plain">
80 <arg choice="plain">on</arg>
81 <arg choice="plain">off</arg>
82 </group></arg>
83 <arg>--hostiocache=<group choice="plain">
84 <arg choice="plain">on</arg>
85 <arg choice="plain">off</arg>
86 </group></arg>
87 <arg>--portcount=<replaceable>количество</replaceable></arg>
88 <arg>--remove</arg>
89 <arg>--rename=<replaceable>новое-имя-контроллера</replaceable></arg>
90 </cmdsynopsis>
91 </refsynopsisdiv>
92
93 <refsect1 id="vboxmanage-storagectl-description">
94 <title>Описание</title>
95 <para>
96 Команда <command>VBoxManage storagectl</command> позволяет
97 подключить, изменить или удалить контроллер хранилища. После
98 настройки контроллера, можно использовать команду
99 <command>VBoxManage storageattach</command> для подключения
100 виртуального носителя к контроллеру.
101 </para>
102 <variablelist>
103 <varlistentry>
104 <term><replaceable>uuid</replaceable> | <replaceable>имя-ВМ</replaceable></term>
105 <listitem><para>
106 Задает Универсальный Уникальный Идентификатор (UUID) или
107 имя виртуальной машины (ВМ).
108 </para></listitem>
109 </varlistentry>
110 <varlistentry>
111 <term><option>--name=<replaceable>имя-контроллера</replaceable></option></term>
112 <listitem><para>
113 Задает имя контроллера хранения.
114 </para></listitem>
115 </varlistentry>
116 <varlistentry>
117 <term><option>--add=<replaceable>тип-системной-шины</replaceable></option></term>
118 <listitem><para>
119 Задает тип системной шины, куда подключать контроллер
120 хранилища. Допустимые значения
121 <literal>floppy</literal>, <literal>ide</literal>,
122 <literal>pcie</literal>, <literal>sas</literal>,
123 <literal>sata</literal>, <literal>scsi</literal> и
124 <literal>usb</literal>.
125 </para></listitem>
126 </varlistentry>
127 <varlistentry>
128 <term><option>--controller=<replaceable>тип-чипсета</replaceable></option></term>
129 <listitem><para>
130 Задает тип эмулируемого чипсета для указанного
131 контроллера хранилища. Допустимые значения
132 <literal>BusLogic</literal>, <literal>I82078</literal>,
133 <literal>ICH6</literal>, <literal>IntelAHCI</literal>,
134 <literal>LSILogic</literal>, <literal>LSILogicSAS</literal>,
135 <literal>NVMe</literal>, <literal>PIIX3</literal>,
136 <literal>PIIX4</literal> и <literal>USB</literal>.
137 </para><para>
138 Значение по умолчание изменяется, в соответствии с типом
139 контроллера хранилища.
140 </para></listitem>
141 </varlistentry>
142 <varlistentry>
143 <term><option>--portcount=<replaceable>количество</replaceable></option></term>
144 <listitem><para>
145 Задает количество портов, поддерживаемых контроллером.
146 Допустимые значения зависят от контроллера.
147 </para></listitem>
148 </varlistentry>
149 <varlistentry>
150 <term><option>--hostiocache=on|off</option></term>
151 <listitem><para>
152 Указывает, использовать ли I/O кэш хоста для всех образов
153 дисков, подключенных к контроллеру. Допустимые значения
154 <literal>on</literal> и <literal>off</literal>. Смотрите
155 <xref linkend="iocaching" />.
156 </para></listitem>
157 </varlistentry>
158 <varlistentry>
159 <term><option>--bootable=on|off</option></term>
160 <listitem><para>
161 Указывает, что контроллер загрузочный. Допустимые значения
162 <literal>on</literal> и <literal>off</literal>.
163 </para></listitem>
164 </varlistentry>
165 <varlistentry>
166 <term><option>--rename=<replaceable>новое-имя-контроллера</replaceable></option></term>
167 <listitem><para>
168 Задает новое имя для контроллера хранилища.
169 </para></listitem>
170 </varlistentry>
171 <varlistentry>
172 <term><option>--remove</option></term>
173 <listitem><para>
174 Удаляет контроллер хранилища из конфигурации ВМ.
175 </para></listitem>
176 </varlistentry>
177 </variablelist>
178 </refsect1>
179
180 <refsect1 id="vboxmanage-storagectl-examples">
181 <title>Примеры</title>
182 <remark role="help-scope" condition="GLOBAL" />
183 <para>
184 Следующая команда создает контроллер SATA, называемый
185 <literal>sata01</literal> и добавляет его в ВМ
186 <literal>ol7</literal>. Контроллер эмулирует чипсет IntelAHCI.
187 </para>
188<screen>$ VBoxManage storagectl ol7 --name "sata01" --add sata --controller IntelAHCI</screen>
189 <para>
190 Следующая команда создает контроллер IDE называемый
191 <literal>ide01</literal> и добавляет его в ВМ <literal>ol7</literal>
192 VM.
193 </para>
194<screen>$ VBoxManage storagectl ol7 --name "ide01" --add ide</screen>
195 </refsect1>
196
197 <refsect1 id="vboxmanage-storagectl-see-also">
198 <title>Смотрите также</title>
199 <para>
200 <xref linkend="vboxmanage-storageattach" />
201 </para>
202 </refsect1>
203</refentry>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use