[Bug 445852] Re: devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death

Andrew Simpson andrew.simpson at paradise.net.nz
Tue Dec 15 04:50:19 UTC 2009


@Gav Mack
This is probably a fairly crude workaround, but it works for me.  I just disabled the ata-smart disk probe in the udev rules:

In the file /lib/udev/rules.d/95-devkit-disks.rules look for these lines
(Lines 73 & 74):

 # ATA disks driven by libata
KERNEL=="sd*[!0-9]", ATTR{removable}=="0", ENV{ID_BUS}=="ata", ENV{DEVTYPE}=="disk", IMPORT{program}="devkit-disks-probe-ata-smart $tempnode"

Add a '#' in front to make the rule line a comment, like this:

# ATA disks driven by libata
#KERNEL=="sd*[!0-9]", ATTR{removable}=="0", ENV{ID_BUS}=="ata", ENV{DEVTYPE}=="disk", IMPORT{program}="devkit-disks-probe-ata-smart $tempnode"

Save the file.

To make sure it's reloaded do these commands:

sudo service udev stop
sudo service udev start

Test with gparted... and notice the difference.

-- 
devkit-disks-probe-ata-smart causes HSM Violations on SSD, and potential hardware death
https://bugs.launchpad.net/bugs/445852
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to Linux.




More information about the kernel-bugs mailing list