[SOLVED] Trying to get a virtual drive with CDEmu on /dev/sr0, but it's taken up by my physical cd drive
by RedBlueYellow12 from LinuxQuestions.org on (#554TR)
Trying to use an installer which seems to absolutely require /dev/sr0. I had no drives lying around so I figured I'd use cdemu to load the files into it. Problem is /dev/sr0 is taken up by my physical cd reader, like this
Code:bash-4.3# lsscsi
[0:0:0:0] disk ATA ST9500420AS LVM1 /dev/sda
[1:0:0:0] cd/dvd HL-DT-ST DVDRAM GT33N LE02 /dev/sr0
[8:0:0:0] disk Generic- Multi-Card 1.00 /dev/sdb
[9:0:0:0] cd/dvd CDEmu Virt. CD/DVD-ROM 1.10 /dev/sr1
[9:0:1:0] cd/dvd CDEmu Virt. CD/DVD-ROM 1.10 /dev/sr2How do I get CDEmu into sr0? Or is there a better, non-janky way?
thanks in advance
I probably should note that all of this is for installing a game through wine. It's a separate issue if that doesn't work though :D


Code:bash-4.3# lsscsi
[0:0:0:0] disk ATA ST9500420AS LVM1 /dev/sda
[1:0:0:0] cd/dvd HL-DT-ST DVDRAM GT33N LE02 /dev/sr0
[8:0:0:0] disk Generic- Multi-Card 1.00 /dev/sdb
[9:0:0:0] cd/dvd CDEmu Virt. CD/DVD-ROM 1.10 /dev/sr1
[9:0:1:0] cd/dvd CDEmu Virt. CD/DVD-ROM 1.10 /dev/sr2How do I get CDEmu into sr0? Or is there a better, non-janky way?
thanks in advance
I probably should note that all of this is for installing a game through wine. It's a separate issue if that doesn't work though :D