I've recently changed my server to run as a VM using KVM/QEMU via virt-manager. All has generally gone well, but I now want to make use of the machine's DVD writer from the VM. I've tried passing it through in the same way as I've passed through hard disks (but selecting CDROM and SCSI). That works to some degree, in that I can read data DVDs from the VM, but I cannot write. I've been using k3b. It claims it can't find a writer device on start up, although it lists the device under settings, along with all the device's capabilities, so it is seeing it. I suspect the problem is that virt-manager has the device marked as readonly. I've tried to remove that setting, without success. virt-manager wont permit the check box to be unchecked. I've tried removing the <readonly/> line from the XML, but it gets reenstated automatically. I've also tried changing it to <readonly>false</readonly>, but that runs into XML validation errors.
Has anyone else run into similar and found a solution? The machine does have two SATA controllers. I could passthrough one at the PCI level if I have to, but I'd rather not do that if I can avoid it.
Has anyone else run into similar and found a solution? The machine does have two SATA controllers. I could passthrough one at the PCI level if I have to, but I'd rather not do that if I can avoid it.