On 2020-07-10 15:17, Konstantin Svist wrote: > My xml looks a bit different, though > > <disk type="block" device="cdrom"> > <driver name="qemu" type="raw"/> > <source dev="/dev/sr0"/> > <target dev="sdd" bus="sata"/> > <readonly/> > <address type="drive" controller="0" bus="0" target="0" unit="3"/> > </disk> > > > libvirt* 5.6.0-7.fc31 > > qemu* 2:4.1.1-1.fc31
I'm on f32, but that shouldn't make a difference. The alternative instead of using the drive directly would be to use dd on the host system to copy the cd to an file would would then be in iso format. I did this with a DVD that I'd used as backup. [egreshko@meimei ~]$ file cdrom.iso cdrom.iso: ISO 9660 CD-ROM filesystem data 'K3b data project' https://imgur.com/gallery/839HJ2G Which actually works a bit better than using drive. -- The key to getting good answers is to ask good questions.
_______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org