Comment 45 for bug 280931

Revision history for this message
razor1394 (razor1394) wrote :

Do you have any /dev/sr* devices at all or only cdrom* and sc*?

I don't know exactly how this part works but I thnik you need to fiddle with i at least if you don't have any /dev/sr* device names.

/etc/udev/rules.d/60-persistent-storage.rules

# skip unpartitioned removable media devices from drivers which do not send "change" events
ENV{DEVTYPE}=="disk", KERNEL!="sd*|sr*", ATTR{removable}=="1", GOTO="persistent_storage_end"
ENV{DEVTYPE}=="disk", KERNEL=="sr*", ATTR{removable}=="1", GOTO="persistent_storage_end"