Last change
on this file was 108771, checked in by vboxsync, 6 weeks ago |
Docs: scm fix.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
2.3 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="storage-cds">
|
---|
5 | <title>CD/DVD Support</title>
|
---|
6 |
|
---|
7 | <body>
|
---|
8 | <p>Virtual CD/DVD drives by default support only reading. The medium configuration is changeable at runtime. You can select between the following options to provide the medium data:</p>
|
---|
9 | <ul>
|
---|
10 | <li>
|
---|
11 | <p><b outputclass="bold">Host Drive</b> defines that the guest can read from the medium in the host drive.</p>
|
---|
12 | </li>
|
---|
13 | <li>
|
---|
14 | <p><b outputclass="bold">Image file</b> gives the guest read-only access to the data in the image. This is typically an ISO file.</p>
|
---|
15 | </li>
|
---|
16 | <li>
|
---|
17 | <p><b outputclass="bold">Empty</b> means a drive without an inserted medium.</p>
|
---|
18 | </li>
|
---|
19 | </ul>
|
---|
20 | <p>Changing between the above, or changing a medium in the host drive that is accessed by a machine, or changing an image file will signal a medium change to the guest OS. The guest OS can then react to the change, for example by starting an installation program.</p>
|
---|
21 | <p>Medium changes can be prevented by the guest, and <ph conkeyref="vbox-conkeyref-phrases/product-name"/> reflects that by locking the host drive if appropriate. You can force a medium removal in such situations by using the VirtualBox Manager or the <userinput>VBoxManage</userinput> command line tool. Effectively this is the equivalent of the emergency eject which many CD/DVD drives provide, with all associated side effects. The guest OS can issue error messages, just like on real hardware, and guest applications may misbehave. Use this with caution.</p>
|
---|
22 | <note>
|
---|
23 | <p>The identification string of the drive provided to the guest, displayed by configuration tools such as the Windows Device Manager, is always VBOX CD-ROM, irrespective of the current configuration of the virtual drive. This is to prevent hardware detection from being triggered in the guest OS every time the configuration is changed.</p>
|
---|
24 | </note>
|
---|
25 | </body>
|
---|
26 |
|
---|
27 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.