Comment 117 for bug 283316

Revision history for this message
jtraifalgar (jtraifalgar) wrote :

hi to all,

I try to edit /etc/udev/rules.d/60-persistent-storage.rules and change the line
FROM
# 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=="sd*|sr*", ATTR{removable}=="1", GOTO="persistent_storage_end"

TO
# 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"

It worked for some people but not for me. wpshooter mention on his post, does the brand and type of device I think matters. Unfortunately I dont have spare device here to test my doubts..to who ever had a spare drive and have same problem with us, can you change your drive and see if the problem will be solved. change the drive to other brand :)

Thank you in advance! :)