# This file maintains persistent names for CD/DVD reader and writer devices. # See udev(7) for syntax. # # Entries are automatically added by the 75-persistent-cd-generator.rules # file; however you are also free to add your own entries provided you # add the ENV{GENERATED}=1 flag to your own rules as well. # ASUS_CD-S480AH (pci-0000:00:0f.1-ide-1:0) ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:0f.1-ide-1:0", SYMLINK+="cdrom", ENV{GENERATED}="1" # CD-S480AH (pci-0000:00:0f.1-scsi-1:0:0:0) ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:0f.1-scsi-1:0:0:0", SYMLINK+="cdrom1", ENV{GENERATED}="1"