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

Tommy Trussell tommy.trussell at gmail.com
Wed Dec 16 15:55:24 UTC 2009


We have seen the corruption survive a basic filesystem initialization,
so once your drive has been corrupted you may need to write zeroes to it
to eliminate the bad blocks before you can create a clean filesystem
again. You can verify the drive using badblocks when it is not mounted.
This procedure works for the flash SSDs such as the Patriot Lite.

For example, to write zeroes to /dev/sda:

 # dd if=/dev/zero of=/dev/sda bs=1M

To do a read-only test of /dev/sda:

# badblocks -s /dev/sda

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