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