Ce contenu n'est pas disponible dans la langue sélectionnée.
B.17.3.2. Incorrect drive device type
- Symptom
- The definition of the source image for the CD-ROM virtual drive is not present, despite being added:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Solution
- Correct the XML by adding the missing
<source>
parameter as follows:Copy to Clipboard Copied! Toggle word wrap Toggle overflow Atype='block'
disk device expects that the source is a physical device. To use the disk with an image file, usetype='file'
instead.