1 Oct 2003 14:23
Re: SAMSUNG SP1203N
Bruce Allen <ballen <at> gravity.phys.uwm.edu>
2003-10-01 12:23:47 GMT
2003-10-01 12:23:47 GMT
Hi Leon, Thanks for the report. > this disk has its power on time in minutes instead of hours. I thought it had its power-on time in half-minutes. Are you sure it's minutes? Could you run a short self-test then compare the self-test log timestamp with Attribute 9's raw value? > Also, it does NOT seem to need -F samsung. > "SMART Error Log Version: 1 > Warning: ATA error count 1024 inconsistent with error log pointer 5" The firmware has at least one obvious error -- it is byte-swapping the ATA error count. On your disk this appears to be 1024 = 00000100 00000000 in binary. The actual value should be 00000000 00000100 = 4 (base 10). And indeed, you'll notice only four errors ATA reported below, not "the last five". I can add a flag (-F samsung2) to compensate for this firmware bug, and put it into the drive database, in just a few minutes. Unfortunately the current smartmontools CVS archive is not in a buildable state because of conversion to use autotools. When that works is completed, I'll send you a patched version to test. Cheers, Bruce(Continue reading)
RSS Feed