I have an ASUS BR/DVD/CD reader/writer which I'd like to pass to a Windows 10 guest for use with Exact Audio Copy. However, the drive is connected using a SATA to USB adaptor. So at first, I tried passing through the USB, but it would only let me read files with Windows Explorer, EAC didn't read the drive, and I couldn't even use eject.
So I did see the drive is presented as a SCSI device on the host, and I can see it at
and
So I was trying to search for ways I could pass through a SCSI device, but only found info on hard drives. Tried anyway using:
Which gives this error:
I feel like this may not be easily possible though
So I did see the drive is presented as a SCSI device on the host, and I can see it at
Code:
/dev/sr0
Code:
/dev/disk/by-id/usb-ASUS_BW-16D1HT_123456789B75-0:0
So I was trying to search for ways I could pass through a SCSI device, but only found info on hard drives. Tried anyway using:
Code:
qm set 104 -scsi3 "/dev/disk/by-id/usb-ASUS_BW-16D1HT_123456789B75-0:0"
Which gives this error:
Code:
qemu-img: Could not open '/dev/disk/by-id/usb-ASUS_BW-16D1HT_123456789B75-0:0': Could not read image for determining its format: Input/output error
could not parse qemu-img info command output for '/dev/disk/by-id/usb-ASUS_BW-16D1HT_123456789B75-0:0' - malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/share/perl5/PVE/Storage/Plugin.pm line 886.
volume /dev/disk/by-id/usb-ASUS_BW-16D1HT_123456789B75-0:0 does not exist
I feel like this may not be easily possible though