Re: No value for THRESH column
Christian Franke <[email protected]> Mon, 7 Mar 2016 07:37:38 +0100
| Newsgroups | gmane.linux.utilities.smartmontools |
|---|---|
| Message-ID | <[email protected]> |
Diego Queiroz wrote: > Here is the file. > > It seems there are only zeros in the threshoulds data. > > > Is this normal? No. If only zeroes are returned, this would typically be a driver bug (e.g. data not copied to user space buffer). But in this case, a correct empty thresholds block with version number (first byte) and checksum (last byte) is returned: ===== [SMART READ ATTRIBUTE THRESHOLDS] DATA START (BASE-16) ===== 000-015: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... ... 496-511: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff ... ===== [SMART READ ATTRIBUTE THRESHOLDS] DATA END (512 Bytes) ===== This possibly means that the drive does not support SMART READ THRESHOLDS. From the ATA standards point of view this is OK, as this command was declared obsolete in ATA-4 (~1998). Could you possibly test this drive on another machine and/or with different OS? Thanks, Christian ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://makebettercode.com/inteldaal-eval