VirtualBox

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

Last change on this file since 105388 was 105335, checked in by vboxsync, 8 months ago

FE/Qt: bugref:10705. Merging r6149 from doc team's repo.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 9.5 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><ph conkeyref="vbox-conkeyref-phrases/product-name"/> keeps track of all the hard disk, CD/DVD-ROM,
9 and floppy disk images which are in use by virtual machines. These are often referred to as <i>known media</i> and
10 come from two sources: </p>
11 <ul>
12 <li>
13 <p>All media currently attached to virtual machines. </p>
14 </li>
15 <li>
16 <p>Registered media, for compatibility with legacy <ph
17 conkeyref="vbox-conkeyref-phrases/product-name"/> versions. </p>
18 </li>
19 </ul>
20 <p>The known media can be viewed and changed using the <b outputclass="bold">Virtual Media Manager</b>
21 tool, which you access by clicking <b outputclass="bold">Media</b> on the global <b outputclass="bold">Tools</b>
22 menu in <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>. </p>
23 <fig id="fig-virtual-media-manager">
24 <title>The Virtual Media Manager, Showing Hard Disk Images</title>
25 <xref href="images/virtual-disk-manager.png" format="png" platform="htmlhelp">
26 <image href="images/virtual-disk-manager.png" width="12cm" placement="break">
27 <alt>The Virtual Media Manager, Showing Hard Disk Images</alt>
28 </image>
29 </xref>
30 <image platform="ohc" href="images/virtual-disk-manager.png" width="12cm" placement="break">
31 <alt>The Virtual Media Manager, Showing Hard Disk Images</alt>
32 </image>
33 </fig>
34 <p>The known media are conveniently grouped in separate tabs for the supported formats. These formats
35 are: </p>
36 <ul>
37 <li>
38 <p>
39 Hard disk images, either in <ph conkeyref="vbox-conkeyref-phrases/product-name"/>'s own Virtual Disk
40 Image (VDI) format, or in the third-party formats listed in
41 <xref href="vdidetails.dita#vdidetails"/>.
42 </p>
43 </li>
44 <li>
45 <p>
46 CD/DVD images in standard ISO format.
47 </p>
48 </li>
49 <li>
50 <p>
51 Floppy images in standard RAW format.
52 </p>
53 </li>
54 </ul>
55 <p>For each image, the Virtual Media Manager shows you the full path of the image file and other
56 information, such as the virtual machine the image is currently attached to. </p>
57 <p>The Virtual Media Manager enables you to do the following: </p>
58 <ul>
59 <li>
60 <p><b outputclass="bold">Add</b> an image to the known media. </p>
61 </li>
62 <li>
63 <p><b outputclass="bold">Create</b> a new disk image. </p>
64 <ul>
65 <li>
66 <p>For hard disks, the <b outputclass="bold">Create Virtual Hard Disk</b> wizard is shown.
67 See <xref href="create-virtual-hard-disk-image.dita#create-virtual-hard-disk-image"/>. </p>
68 </li>
69 <li>
70 <p>For optical disks, the <b outputclass="bold">VISO Creator</b> tool is shown. See <xref
71 href="create-optical-disk-image.dita#create-optical-disk-image"/>. </p>
72 </li>
73 <li>
74 <p>For floppy disks, the <b outputclass="bold">Floppy Disk Creator</b> tool is shown. See
75 <xref href="create-floppy-disk-image.dita#create-floppy-disk-image"/>. </p>
76 </li>
77 </ul>
78 </li>
79 <li>
80 <p><b outputclass="bold">Copy</b> an image to create another one. </p>
81 <p>For virtual hard disks, you can specify one of the following target types: VDI, VHD, or VMDK. </p>
82 </li>
83 <li>
84 <p><b outputclass="bold">Move</b> an image to another location. </p>
85 <p>A file dialog prompts you for the new image file location. </p>
86 <p>When you use the Virtual Media Manager to move a disk image, <ph
87 conkeyref="vbox-conkeyref-phrases/product-name"/> updates all related configuration files automatically. </p>
88 <note>
89 <p>Always use the Virtual Media Manager or the <userinput>VBoxManage modifymedium</userinput>
90 command to move a disk image. </p>
91 <p>If you use a file management feature of the host OS to move a disk image to a new location,
92 run the <userinput>VBoxManage modifymedium --setlocation</userinput> command to configure the new path of
93 the disk image on the host file system. This command updates the <ph
94 conkeyref="vbox-conkeyref-phrases/product-name"/> configuration automatically. </p>
95 </note>
96 </li>
97 <li>
98 <p><b outputclass="bold">Remove</b> an image from the known media. You can optionally delete the
99 image file when removing the image. </p>
100 </li>
101 <li>
102 <p><b outputclass="bold">Release</b> an image to detach it from a VM. This action only applies if
103 the image is currently attached to a VM as a virtual hard disk. </p>
104 </li>
105 <li>
106 <p><b outputclass="bold">Clear</b> all inaccessible disk images from the list. The disk images are
107 released from the VMs they are attached to and removed from the known media. </p>
108 <note>
109 <p>
110 This option is for optical disks and floppy disks only.
111 </p>
112 </note>
113 </li>
114 <li>
115 <p><b outputclass="bold">Search</b> for an image by name or UUID. </p>
116 </li>
117 <li>
118 <p>View and edit the <b outputclass="bold">Properties</b> of a disk image. </p>
119 <p>Available properties include the following: </p>
120 <ul>
121 <li>
122 <p><b outputclass="bold">Type:</b> Specifies the snapshot behavior of the disk. See <xref
123 href="hdimagewrites.dita#hdimagewrites"/>. </p>
124 </li>
125 <li>
126 <p><b outputclass="bold">Location:</b> Specifies the location of the disk image file on the
127 host system. You can use a file dialog to browse for the disk image location. </p>
128 </li>
129 <li>
130 <p><b outputclass="bold">Description:</b> Specifies a short description of the disk image. </p>
131 </li>
132 <li>
133 <p><b outputclass="bold">Size:</b> Specifies the size of the disk image. You can use the
134 slider to increase or decrease the disk image size. </p>
135 </li>
136 <li>
137 <p><b outputclass="bold">Information:</b> Specifies detailed information about the disk
138 image. </p>
139 </li>
140 </ul>
141 </li>
142 <li>
143 <p><b outputclass="bold">Refresh</b> the property values of the selected disk image. </p>
144 </li>
145 </ul>
146 <p>To perform these actions, highlight the medium in the Virtual Media Manager and then do one of the
147 following: </p>
148 <ul>
149 <li>
150 <p>Click an icon in the Virtual Media Manager toolbar. </p>
151 </li>
152 <li>
153 <p>Right-click the medium and select an option. </p>
154 </li>
155 </ul>
156 <p>Use the <b outputclass="bold">Storage</b> page in a VM's <b outputclass="bold">Settings</b> window to
157 create a new disk image. By default, disk images are stored in the VM's folder. </p>
158 <p>You can copy hard disk image files to other host systems and then import them in to VMs from the host
159 system. However, some Windows guest OSes may require that you configure the new VM in a similar way to the old
160 one. </p>
161 <note>
162 <p>Do not simply make copies of virtual disk images. If you import such a second copy into a VM, <ph
163 conkeyref="vbox-conkeyref-phrases/product-name"/> issues an error because <ph
164 conkeyref="vbox-conkeyref-phrases/product-name"/> assigns a universally unique identifier (UUID) to each disk
165 image to ensure that it is only used one time. See <xref href="cloningvdis.dita#cloningvdis"/>. Also, if you
166 want to copy a VM to another system, use the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> import and
167 export features. See <xref href="ovf.dita#ovf"/>. </p>
168 </note>
169 </body>
170
171
172
173 </topic>
Note: See TracBrowser for help on using the repository browser.

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