VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/virtual-media-manager.dita@ 105293

Last change on this file since 105293 was 99797, checked in by vboxsync, 21 months ago

Docs: bugref:10302. Merging changes from the docs team. Almost exclusively conkeyref related stuff.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 10.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE topic
3 PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
4<topic xml:lang="en-us" id="virtual-media-manager">
5 <title>The Virtual Media Manager</title>
6
7 <body>
8 <p>
9 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> keeps track of all the hard disk, CD/DVD-ROM, and
10 floppy disk images which are in use by virtual machines. These are
11 often referred to as <i>known media</i> and come
12 from two sources:
13 </p>
14 <ul>
15 <li>
16 <p>
17 All media currently attached to virtual machines.
18 </p>
19 </li>
20 <li>
21 <p>
22 Registered media, for compatibility with legacy <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
23 versions.
24 </p>
25 </li>
26 </ul>
27 <p>
28 The known media can be viewed and changed using the
29 <b outputclass="bold">Virtual Media Manager</b> tool, which
30 you access by clicking <b outputclass="bold">Media</b> on
31 the global <b outputclass="bold">Tools</b> menu in
32 <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>.
33 </p>
34 <fig id="fig-virtual-media-manager">
35 <title>The Virtual Media Manager, Showing Hard Disk Images</title>
36 <xref href="images/virtual-disk-manager.png" format="png" platform="htmlhelp">
37 <image href="images/virtual-disk-manager.png" width="12cm" placement="break">
38 <alt>The Virtual Media Manager, Showing Hard Disk Images</alt>
39 </image>
40 </xref>
41 <image platform="ohc" href="images/virtual-disk-manager.png" width="12cm" placement="break">
42 <alt>The Virtual Media Manager, Showing Hard Disk Images</alt>
43 </image>
44 </fig>
45 <p>
46 The known media are conveniently grouped in separate tabs for the
47 supported formats. These formats are:
48 </p>
49 <ul>
50 <li>
51 <p>
52 Hard disk images, either in <ph conkeyref="vbox-conkeyref-phrases/product-name"/>'s own Virtual Disk
53 Image (VDI) format, or in the third-party formats listed in
54 <xref href="vdidetails.dita#vdidetails"/>.
55 </p>
56 </li>
57 <li>
58 <p>
59 CD/DVD images in standard ISO format.
60 </p>
61 </li>
62 <li>
63 <p>
64 Floppy images in standard RAW format.
65 </p>
66 </li>
67 </ul>
68 <p>
69 For each image, the Virtual Media Manager shows you the full path
70 of the image file and other information, such as the virtual
71 machine the image is currently attached to.
72 </p>
73 <p>
74 The Virtual Media Manager enables you to do the following:
75 </p>
76 <ul>
77 <li>
78 <p>
79 <b outputclass="bold">Add</b> an image to the known
80 media.
81 </p>
82 </li>
83 <li>
84 <p>
85 <b outputclass="bold">Create</b> a new disk image.
86 </p>
87 <ul>
88 <li>
89 <p>
90 For hard disks, the <b outputclass="bold">Create Virtual
91 Hard Disk</b> wizard is shown. See
92 <xref href="create-virtual-hard-disk-image.dita#create-virtual-hard-disk-image"/>.
93 </p>
94 </li>
95 <li>
96 <p>
97 For optical disks, the <b outputclass="bold">VISO
98 Creator</b> tool is shown. See
99 <xref href="create-optical-disk-image.dita#create-optical-disk-image"/>.
100 </p>
101 </li>
102 <li>
103 <p>
104 For floppy disks, the <b outputclass="bold">Floppy Disk
105 Creator</b> tool is shown. See
106 <xref href="create-floppy-disk-image.dita#create-floppy-disk-image"/>.
107 </p>
108 </li>
109 </ul>
110 </li>
111 <li>
112 <p>
113 <b outputclass="bold">Copy</b> an image to create
114 another one.
115 </p>
116 <p>
117 For virtual hard disks, you can specify one of the following
118 target types: VDI, VHD, or VMDK.
119 </p>
120 </li>
121 <li>
122 <p>
123 <b outputclass="bold">Move</b> an image to another
124 location.
125 </p>
126 <p>
127 A file dialog prompts you for the new image file location.
128 </p>
129 <p>
130 When you use the Virtual Media Manager to move a disk image,
131 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> updates all related configuration files
132 automatically.
133 </p>
134 <note>
135 <p>
136 Always use the Virtual Media Manager or the
137 <userinput>VBoxManage modifymedium</userinput> command to move a
138 disk image.
139 </p>
140 <p>
141 If you use a file management feature of the host OS to move
142 a disk image to a new location, run the <userinput>VBoxManage
143 modifymedium --setlocation</userinput>
144 command to configure the new path of the disk image on the
145 host file system. This command updates the <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
146 configuration automatically.
147 </p>
148 </note>
149 </li>
150 <li>
151 <p>
152 <b outputclass="bold">Remove</b> an image from the
153 known media. You can optionally delete the image file when
154 removing the image.
155 </p>
156 </li>
157 <li>
158 <p>
159 <b outputclass="bold">Release</b> an image to detach it
160 from a VM. This action only applies if the image is currently
161 attached to a VM as a virtual hard disk.
162 </p>
163 </li>
164 <li>
165 <p>
166 <b outputclass="bold">Clear</b> all inaccessible disk
167 images from the list. The disk images are released from the
168 VMs they are attached to and removed from the known media.
169 </p>
170 <note>
171 <p>
172 This option is for optical disks and floppy disks only.
173 </p>
174 </note>
175 </li>
176 <li>
177 <p>
178 <b outputclass="bold">Search</b> for an image by name
179 or UUID.
180 </p>
181 </li>
182 <li>
183 <p>
184 View and edit the <b outputclass="bold">Properties</b>
185 of a disk image.
186 </p>
187 <p>
188 Available properties include the following:
189 </p>
190 <ul>
191 <li>
192 <p>
193 <b outputclass="bold">Type:</b> Specifies the
194 snapshot behavior of the disk. See
195 <xref href="hdimagewrites.dita#hdimagewrites"/>.
196 </p>
197 </li>
198 <li>
199 <p>
200 <b outputclass="bold">Location:</b> Specifies the
201 location of the disk image file on the host system. You
202 can use a file dialog to browse for the disk image
203 location.
204 </p>
205 </li>
206 <li>
207 <p>
208 <b outputclass="bold">Description:</b> Specifies a
209 short description of the disk image.
210 </p>
211 </li>
212 <li>
213 <p>
214 <b outputclass="bold">Size:</b> Specifies the size
215 of the disk image. You can use the slider to increase or
216 decrease the disk image size.
217 </p>
218 </li>
219 <li>
220 <p>
221 <b outputclass="bold">Information:</b> Specifies
222 detailed information about the disk image.
223 </p>
224 </li>
225 </ul>
226 </li>
227 <li>
228 <p>
229 <b outputclass="bold">Refresh</b> the property values
230 of the selected disk image.
231 </p>
232 </li>
233 </ul>
234 <p>
235 To perform these actions, highlight the medium in the Virtual
236 Media Manager and then do one of the following:
237 </p>
238 <ul>
239 <li>
240 <p>
241 Click an icon in the Virtual Media Manager toolbar.
242 </p>
243 </li>
244 <li>
245 <p>
246 Right-click the medium and select an option.
247 </p>
248 </li>
249 </ul>
250 <p>
251 Use the <b outputclass="bold">Storage</b> page in a VM's
252 <b outputclass="bold">Settings</b> window to create a new
253 disk image. By default, disk images are stored in the VM's folder.
254 </p>
255 <p>
256 You can copy hard disk image files to other host systems and then
257 import them in to VMs from the host system. However, some Windows
258 guest OSes may require that you configure the new VM in a similar
259 way to the old one.
260 </p>
261 <note>
262 <p>
263 Do not simply make copies of virtual disk images. If you import
264 such a second copy into a VM, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> issues an error
265 because <ph conkeyref="vbox-conkeyref-phrases/product-name"/> assigns a universally unique identifier
266 (UUID) to each disk image to ensure that it is only used one
267 time. See <xref href="cloningvdis.dita#cloningvdis"/>. Also, if you want to
268 copy a VM to another system, use the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> import and
269 export features. See <xref href="ovf.dita#ovf"/>.
270 </p>
271 </note>
272 </body>
273
274
275
276 </topic>
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