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! :)

-- 
CD-ROM tray closes automatically after eject
https://bugs.launchpad.net/bugs/283316
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to