in /etc/udev/rules.d/50-udev.rules: BUS="scsi", KERNEL="sr[a-z]", PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k", SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}" BUS="scsi", KERNEL="scd[a-z]", PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k", SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}" Should better read: BUS="scsi", KERNEL="sr[0-9]", PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k", SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}" BUS="scsi", KERNEL="scd[0-9]", PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k", SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}" At least under normal circumstances first SCSI cdrom will be /dev/scd0 (or in my case on 2.6) /dev/sr0 - Block 11,0 - Reproducible: Always Steps to Reproduce: 1. 2. 3.
This is fixed in the latest release, right?
Yes, it is, just didn't make it to the stable branch yet - my fault ;-)