Comment 49 for bug 280931

Revision history for this message
sonambullo (sonambullo) wrote :

Solution for me / Solução para mim!!! Tanks!!!

/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"