VirtualBox

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

Last change on this file since 98549 was 98549, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.

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