Comment 8 for bug 638765

Revision history for this message
AmenophisIII (amenophisiii) wrote :

i can confirm that setting ENV{UDISKS_DISABLE_POLLING} to 1 in an appropriate udev rule helps

for my thinkpad t410s useful rules are:

# main hdd (1.8")
KERNELS=="0:0:0:0", ENV{UDISKS_DISABLE_POLLING}="1"

# thinkbay hdd
KERNELS=="1:0:0:0", ENV{UDISKS_DISABLE_POLLING}="1"

# esata hdd
KERNELS=="5:0:0:0", ENV{UDISKS_DISABLE_POLLING}="1"