Changes between Initial Version and Version 1 of SamsungF4EGBadBlocks


Ignore:
Timestamp:
Nov 24, 2010, 9:01:57 PM (13 years ago)
Author:
Christian Franke
Comment:

Add warning about Samsung F4 bad blocks

Legend:

Unmodified
Added
Removed
Modified
  • SamsungF4EGBadBlocks

    v1 v1  
     1= Using smartctl with Samsung F4 !EcoGreen drives may result in bad blocks =
     2
     3'''WARNING: Do not use smartmontools with these drives! '''
     4
     5----
     62010-11-24: Here are the details as reported to us by German c't magazine:
     7
     8* Affected disk: SAMSUNG !SpinPoint F4 !EcoGreen 2TB
     9
     10{{{Device Model: SAMSUNG HD204UI}}}[[BR]]
     11{{{Firmware Version: 1AQ10001}}}
     12
     13* Problem: If the system writes to this disk and {{{smartctl -a}}} (5.40) is used at the same time, write errors are reported and bad blocks appear on the disk.
     14
     15This was reported by a reader and could be reproduced in c't magazine lab on the following system:
     16
     17Windows 7 x64 Ultimate[[BR]]
     18Core i3-560[[BR]]
     19Intel H55 Chipset[[BR]]
     20SATA-AHCI-Driver: Intel Rapid Storage Technology (RST) 9.6
     21
     22* It could also be reproduced under Linux (Fedora 14) if AHCI is enabled and the following commands are run in parallel:
     23{{{
     24# badblocks -svw -b 4096 /dev/sdd 4000000
     25# smartctl -a /dev/sdd
     26}}}
     27
     28* It could not be reproduced if the Intel Chipset is set to IDE mode.
     29
     30* It could not be reproduced on another System with an AMD Chipset even if AHCI and NCQ are enabled.
     31----
     32If you have additional info, please report it to the [mailto:smartmontools-support@lists.sourceforge.net smartmontools-support mailing list].