File: ts_linux-host-ide-messages.dita

package info (click to toggle)
virtualbox 7.1.12-dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 565,672 kB
  • sloc: ansic: 2,330,854; cpp: 2,193,228; asm: 230,777; python: 223,895; xml: 86,771; sh: 25,541; makefile: 8,158; perl: 5,697; java: 5,337; cs: 4,872; pascal: 1,782; javascript: 1,692; objc: 1,131; lex: 931; php: 906; sed: 899; yacc: 707
file content (49 lines) | stat: -rw-r--r-- 2,856 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="ts_linux-host-ide-messages">
  <title>Strange Guest IDE Error Messages When Writing to CD or DVD</title>
  
  <body>
    <p>
        If the experimental CD or DVD writer support is enabled with an
        incorrect host or guest configuration, it is possible that any
        attempt to access the CD or DVD writer fails and simply results
        in guest kernel error messages for Linux guests or application
        error messages for Windows guests. <ph conkeyref="vbox-conkeyref-phrases/product-name"/> performs the
        usual consistency checks when a VM is powered up. In particular,
        it aborts with an error message if the device for the CD or DVD
        writer is not writable by the user starting the VM. But
        <ph conkeyref="vbox-conkeyref-phrases/product-name"/> cannot detect all misconfigurations. The
        necessary host and guest OS configuration is not specific for
        <ph conkeyref="vbox-conkeyref-phrases/product-name"/>, but a few frequent problems are listed here
        which occurred in connection with <ph conkeyref="vbox-conkeyref-phrases/product-name"/>.
      </p>
    <p>
        Special care must be taken to use the correct device. The
        configured host CD or DVD device file name, in most cases
        <filepath>/dev/cdrom</filepath>, must point to the device that
        allows writing to the CD or DVD unit. For CD or DVD writer units
        connected to a SCSI controller or to a IDE controller that
        interfaces to the Linux SCSI subsystem, common for some SATA
        controllers, this must refer to the SCSI device node, such as
        <filepath>/dev/scd0</filepath>. Even for IDE CD or DVD writer
        units this must refer to the appropriate SCSI CD-ROM device
        node, such as <filepath>/dev/scd0</filepath>, if the
        <userinput>ide-scsi</userinput> kernel module is loaded. This module
        is required for CD or DVD writer support with some early 2.6
        kernels. Many Linux distributions load this module whenever a CD
        or DVD writer is detected in the system, even if the kernel
        would support CD or DVD writers without the module.
        <ph conkeyref="vbox-conkeyref-phrases/product-name"/> supports the use of IDE device files, such as
        <filepath>/dev/hdc</filepath>, provided the kernel supports this
        and the <userinput>ide-scsi</userinput> module is not loaded.
      </p>
    <p>
        Similar rules, except that within the guest the CD or DVD writer
        is always an IDE device, apply to the guest configuration. Since
        this setup is very common, it is likely that the default
        configuration of the guest works as expected.
      </p>
  </body>
  
</topic>