Self-Monitoring,_Analysis_and_Reporting_Technology

Self-Monitoring, Analysis and Reporting Technology

Self-Monitoring, Analysis and Reporting Technology

Monitoring system in computer drives


Self-Monitoring, Analysis, and Reporting Technology (S.M.A.R.T., often written as SMART) is a monitoring system included in computer hard disk drives (HDDs) and solid-state drives (SSDs).[1] Its primary function is to detect and report various indicators of drive reliability with the intent of anticipating imminent hardware failures.

Another example of another software showing the hard drive's health condition and the SMART values

When S.M.A.R.T. data indicates a possible imminent drive failure, software running on the host system may notify the user so action can be taken to prevent data loss, and the failing drive can be replaced and data integrity maintained.

Background

Hard disk and other storage drives are subject to failures (see hard disk drive failure) which can be classified into two basic classes:

  • Predictable failures which result from slow processes such as mechanical wear and gradual degradation of storage surfaces. Monitoring can determine when such failures are becoming more likely.
  • Unpredictable failures which occur without warning due to anything from electronic components becoming defective to a sudden mechanical failure, including failures related to improper handling.

Mechanical failures account for about 60% of all drive failures.[2] While the eventual failure may be catastrophic, most mechanical failures result from gradual wear and there are usually certain indications that failure is imminent. These may include increased heat output, increased noise level, problems with reading and writing of data, or an increase in the number of damaged disk sectors.

PCTechGuide's page on S.M.A.R.T. (2003) comments that the technology has gone through three phases:[3]

In its original incarnation S.M.A.R.T. provided failure prediction by monitoring certain online hard drive activities.

A subsequent version of the standard improved failure prediction by adding an automatic off-line read scan to monitor additional operations. Online attributes are always updated while the offline attributes get updated when the HDD is not under working condition. If there is an immediate need to update the offline attributes, the HDD slows down and the offline attributes get updated. The latest "S.M.A.R.T." technology not only monitors hard drive activities but adds failure prevention by attempting to detect and repair sector errors.

Also, while earlier versions of the technology only monitored hard drive activity for data that was retrieved by the operating system, this latest S.M.A.R.T. tests all data and all sectors of a drive by using "off-line data collection" to confirm the drive's health during periods of inactivity.

Accuracy

A field study at Google[4] covering over 100,000 consumer-grade drives from December 2005 to August 2006 found correlations between certain S.M.A.R.T. information and annualized failure rates:

  • In the 60 days following the first uncorrectable error on a drive (S.M.A.R.T. attribute 0xC6 or 198) detected as a result of an offline scan, the drive was, on average, 39 times more likely to fail than a similar drive for which no such error occurred.
  • First errors in reallocations, offline reallocations (S.M.A.R.T. attributes 0xC4 and 0x05 or 196 and 5) and probational counts (S.M.A.R.T. attribute 0xC5 or 197) were also strongly correlated to higher probabilities of failure.
  • Conversely, little correlation was found for increased temperature and no correlation for usage level. However, the research showed that a large proportion (56%) of the failed drives failed without recording any count in the "four strong S.M.A.R.T. warnings" identified as scan errors, reallocation count, offline reallocation, and probational count.
  • Further, 36% of failed drives did so without recording any S.M.A.R.T. error at all, except the temperature, meaning that S.M.A.R.T. data alone was of limited usefulness in anticipating failures.[5]

History and predecessors

An early hard disk monitoring technology was introduced by IBM in 1992 in its IBM 9337 Disk Arrays for AS/400 servers using IBM 0662 SCSI-2 disk drives.[6] Later it was named Predictive Failure Analysis (PFA) technology. It was measuring several key device health parameters and evaluating them within the drive firmware. Communications between the physical unit and the monitoring software were limited to a binary result: namely, either "device is OK" or "drive is likely to fail soon".

Later, another variant, which was named IntelliSafe, was created by computer manufacturer Compaq and disk drive manufacturers Seagate, Quantum, and Conner.[7] The disk drives would measure the disk's "health parameters", and the values would be transferred to the operating system and user-space monitoring software. Each disk drive vendor was free to decide which parameters were to be included for monitoring, and what their thresholds should be. The unification was at the protocol level with the host.

Compaq submitted IntelliSafe to the Small Form Factor (SFF) committee for standardization in early 1995.[8] It was supported by IBM, by Compaq's development partners Seagate, Quantum, and Conner, and by Western Digital, which did not have a failure prediction system at the time. The Committee chose IntelliSafe's approach, as it provided more flexibility. Compaq placed IntelliSafe into the public domain on 12 May 1995.[9] The resulting jointly developed standard was named S.M.A.R.T..

That SFF standard described a communication protocol for an ATA host to use and control monitoring and analysis in a hard disk drive, but did not specify any particular metrics or analysis methods. Later, "S.M.A.R.T." came to be understood (though without any formal specification) to refer to a variety of specific metrics and methods and to apply to protocols unrelated to ATA for communicating the same kinds of things.

Provided information

A 3.5-inch Serial ATA hard disk drive
A 2.5-inch Serial ATA solid-state drive

The technical documentation for S.M.A.R.T. is in the AT Attachment (ATA) standard. First introduced in 1994,[10] the ATA standard has gone through multiple revisions. Some parts of the original S.M.A.R.T. specification by the Small Form Factor (SFF) Committee were added to ATA-3,[11] published in 1997. In 1998 ATA-4 dropped the requirement for drives to maintain an internal attribute table and instead required only for an "OK" or "NOT OK" value to be returned.[11] Albeit, manufacturers have kept the capability to retrieve the attributes' value. The most recent ATA standard, ATA-8, was published in 2004.[12] It has undergone regular revisions,[13] the latest being in 2011.[14] Standardization of similar features on SCSI is more scarce and is not named as such on standards, although vendors and consumers alike do refer to these similar features at S.M.A.R.T. too.[15]

The most basic information that S.M.A.R.T. provides is the S.M.A.R.T. status. It provides only two values: "threshold not exceeded" and "threshold exceeded". Often these are represented as "drive OK" or "drive fail" respectively. A "threshold exceeded" value is intended to indicate that there is a relatively high probability that the drive will not be able to honor its specification in the future: that is, the drive is "about to fail". The predicted failure may be catastrophic or may be something as subtle as the inability to write to certain sectors, or perhaps slower performance than the manufacturer's declared minimum.

The S.M.A.R.T. status does not necessarily indicate the drive's past or present reliability. If a drive has already failed catastrophically, the S.M.A.R.T. status may be inaccessible. Alternatively, if a drive has experienced problems in the past, but the sensors no longer detect such problems, the S.M.A.R.T. status may, depending on the manufacturer's programming, suggest that the drive is now healthy.

The inability to read some sectors is not always an indication that a drive is about to fail. One way that unreadable sectors may be created, even when the drive is functioning within specification, is through a sudden power failure while the drive is writing. Also, even if the physical disk is damaged at one location, such that a certain sector is unreadable, the disk may be able to use spare space to replace the bad area, so that the sector can be overwritten.[16]

More detail on the health of the drive may be obtained by examining the S.M.A.R.T. Attributes. S.M.A.R.T. Attributes were included in some drafts of the ATA standard, but were removed before the standard became final. The meaning and interpretation of the attributes varies between manufacturers, and are sometimes considered a trade secret for one manufacturer or another. Attributes are further discussed below.[17]

Drives with S.M.A.R.T. may optionally maintain a number of 'logs'. The error log records information about the most recent errors that the drive has reported back to the host computer. Examining this log may help one to determine whether computer problems are disk-related or caused by something else (error log timestamps may "wrap" after 232 ms = 49.71 days[18])

A drive that implements S.M.A.R.T. may optionally implement a number of self-test or maintenance routines, and the results of the tests are kept in the self-test log. The self-test routines may be used to detect any unreadable sectors on the disk, so that they may be restored from back-up sources (for example, from other disks in a RAID). This helps to reduce the risk of incurring permanent loss of data.

Standards and implementation

Lack of common interpretation

Many motherboards display a warning message when a disk drive is approaching failure. Although an industry standard exists among most major hard drive manufacturers,[3] issues remain due to attributes intentionally left undocumented to the public in order to differentiate models between manufacturers.[19][17] From a legal perspective, the term "S.M.A.R.T." refers only to a signaling method between internal disk drive electromechanical sensors and the host computer. Because of this the specifications of S.M.A.R.T. are entirely vendor specific and, while many of these attributes have been standardized between drive vendors, others remain vendor-specific. S.M.A.R.T. implementations still differ and in some cases may lack "common" or expected features such as a temperature sensor or only include a few select attributes while still allowing the manufacturer to advertise the product as "S.M.A.R.T. compatible."[17]

Visibility to host systems

Depending on the type of interface being used, some S.M.A.R.T.-enabled motherboards and related software may not communicate with certain S.M.A.R.T.-capable drives. For example, few external drives connected via USB and FireWire correctly send S.M.A.R.T. data over those interfaces. With so many ways to connect a hard drive (SCSI, Fibre Channel, ATA, SATA, SAS, SSA, NVMe and so on), it is difficult to predict whether S.M.A.R.T. reports will function correctly in a given system.

Even with a hard drive and interface that implements the specification, the computer's operating system may not see the S.M.A.R.T. information because the drive and interface are encapsulated in a lower layer. For example, they may be part of a RAID subsystem in which the RAID controller sees the S.M.A.R.T.-capable drive, but the host computer sees only a logical volume generated by the RAID controller.

On the Windows platform, many programs designed to monitor and report S.M.A.R.T. information will function only under an administrator account.

BIOS and Windows (Windows Vista and later) may detect S.M.A.R.T. status of hard disk drives and solid state drives, and give a prompt if the S.M.A.R.T. status is bad.[20]

In ATA

ATA S.M.A.R.T. attributes

Each drive manufacturer defines a set of attributes,[21][22] and sets threshold values beyond which attributes should not pass under normal operation.[17] Each attribute has:[23]

  • 1 byte for the ID (1 through 254)
  • 2 bytes for status flags
  • 1 byte of normalized value, which ranges from 1 to 253 (higher is usually better, but vendors are allowed to vary; the threshold entry stored elsewhere describes which direction is better). The initial normalized value of attributes is 100 but can vary between manufacturer.
  • 8 bytes "vendor-specific".

In practice, however, the full "vendor-specific" field is not used as-is. Instead, one of the following occurs:[24]

  • In the 7-byte setup, the first byte of "vendor-specific" is used to store a "worst" normalized value, leaving 7 bytes for vendor data.
  • In the 6-byte setup, the first byte of "vendor-specific" is used to store a "worst" normalized value and the last byte "reserved", leaving 6 bytes.
  • In the 8-byte setup, the normalized byte is added to the field while the last byte is reserved.

In any case, the vendor field, also commonly called a "raw value", may be displayed as a decimal or hexadecimal number; its meaning is entirely up to the drive manufacturer (but often corresponds to counts or a physical unit, such as degrees Celsius or seconds).[25]

If one or more "current value" is smaller than "threshold value" (except the "threshold value" is 0), that will reported as "drive failure".

Manufacturers that have implemented at least one S.M.A.R.T. attribute in various products include Samsung, Seagate, IBM (Hitachi), Fujitsu, Maxtor, Toshiba, Intel, sTec, Inc., Western Digital and ExcelStor Technology.

Known ATA S.M.A.R.T. attributes

The following chart lists some S.M.A.R.T. attributes and the typical meaning of their raw values. Normalized values are usually mapped so that higher values are better (exceptions include drive temperature, number of head load/unload cycles[26]), but higher raw attribute values may be better or worse depending on the attribute and manufacturer. For example, the "Reallocated Sectors Count" attribute's normalized value decreases as the count of reallocated sectors increases. In this case, the attribute's raw value will often indicate the actual count of sectors that were reallocated, although vendors are in no way required to adhere to this convention.

As manufacturers do not necessarily agree on precise attribute definitions and measurement units, the following list of attributes is a general guide only.

Drives do not support all attribute codes (sometimes abbreviated as "ID", for "identifier", in tables). Some codes are specific to particular drive types (magnetic platter, flash, SSD). Drives may use different codes for the same parameter, e.g., see codes 193 and 225.

More information ID, Ideal ...
More information ID, Attribute name ...

Logs

More information Page, Offset ...

SMART Command Transport

Threshold Exceeds Condition

Threshold Exceeds Condition (TEC) is an estimated date when a critical drive statistic attribute will reach its threshold value. When Drive Health software reports a "Nearest T.E.C.", it should be regarded as a "Failure date". Sometimes, no date is given and the drive can be expected to work without errors.[95]

To predict the date, the drive tracks the rate at which the attribute changes. Note that TEC dates are only estimates; hard drives can and do fail much sooner or much later than the TEC date.[96]

In NVMe

NVMe specification has defined unified S.M.A.R.T. attributes for different drive manufacturers. The data is present in a log page of 512 bytes long.[97]

Known NVMe S.M.A.R.T. attributes

More information Offset, Length ...

In SCSI

The SCSI standard does not mention the term "S.M.A.R.T." except in one place, but the equivalent logging/failure-prediction functionality is available in standard log pages prescribed by SPC-4.[15] There is also space for vendor-specific log pages. Log pages are variable-length.[98]

More information Code, Name ...

SCSI has a specialized set of S.M.A.R.T. features for tape drives known as TapeAlert defined in SMC-2.[15] SCSI offers self-testing, similar to ATA.[15]

Information related to the reallocation of bad sectors is provided not via a log page, but via the READ DEFECT DATA command. In addition to a grand total, this command provides information about which specific sectors were allocated and why.[98]

Self-tests

S.M.A.R.T. drives may offer a number of self-tests:[99][100][101]

Short
Checks the electrical and mechanical performance as well as the read performance of the disk. Electrical tests might include a test of buffer RAM, a read/write circuitry test, or a test of the read/write head elements. Mechanical test includes seeking and servo on data tracks. Scans small parts of the drive's surface (area is vendor-specific and there is a time limit on the test). Checks the list of pending sectors that may have read errors, and it usually takes under two minutes.
Long/extended
A longer and more thorough version of the short self-test, scanning the entire disk surface with no time limit. This test usually takes several hours, depending on the read/write speed of the drive and its size. It is possible for the long test to pass even if the short test fails.[102]
Conveyance
Intended as a quick test to identify damage incurred during transporting of the device from the drive manufacturer to the computer manufacturer.[103] Only available on ATA drives, and it usually takes several minutes.
Selective
Some ATA drives allow selective self-tests of just a part of the surface.[104] There is a dedicated log for selective test results, separate from the main self-test log.
Background scan
SCSI drives have the ability to schedule periodic full-surface self-tests known as a background media scan (BMS). The sdparm program may be used to adjust whether to run the scans (EN_BMS) and various parameters for the scan (e.g. period, idle time before run). The drive remains operable during the test.[105] There is a dedicated log for background scan results, separate from the self-test log.
Offline data collection
ATA drives may support a periodic short operation called "offline data collection". Although this feature is marked "obsolete", many modern hard drives retain this feature. The drive remains operable during collection and any result is reflected only in SMART attributes (some attributes only update when "offline").[106]

Drives remain operable during self-test, unless a "captive" option (ATA only) is requested.[99]

The self-test logs for SCSI and ATA drives are slightly different.

The ATA drive's self-test log can contain up to 21 read-only entries. When the log is filled, old entries are removed.[107]

See also


References

  1. "Communicating With Your SSD: Understanding SMART Attributes | Samsung SSD". Samsung.com. Archived from the original on 2015-03-10. Retrieved 2014-01-18.
  2. Enhanced Smart attributes (PDF) (statement), Seagate, archived from the original (PDF) on 2006-03-28
  3. SMART, PCTechGuide, 2003
  4. Pinheiro, Eduardo; Weber, Wolf-Dietrich; Barroso, Luís André, "Conclusion", Failure Trends in a Large Disk Drive Population (PDF), Mountain View, CA
  5. No. ZG92-0289 (announcement letter), IBM, September 1, 1992
  6. Ottem, Eric; Plummer, Judy (1995), Playing it S.M.A.R.T.: The emergence of reliability prediction technology. (technical report), Seagate Technology Paper
  7. Compaq. IntelliSafe. Technical Report SSF-8035, Small Form Committee, January 1995
  8. Seagate Product Marketing (July 1999). Get S.M.A.R.T. for Reliability (PDF) (Report). Technology Paper. Scotts Valley, California: Seagate Technology. TP-67D. Archived from the original (PDF) on 12 June 2001. Compaq placed IntelliSafe in the public domain by presenting its specification for the ATA environment, SFF-8035, to the Small Form Factor Committee on May 12, 1995.
  9. Mueller, Scott (2013). "The ATA/IDE Interface". Upgrading and repairing PCs (21st ed.). Indianapolis, Ind. ISBN 978-0-7897-5000-6. OCLC 816159579.{{cite book}}: CS1 maint: location missing publisher (link)
  10. Allen, Bruce (2004-01-01). "Monitoring Hard Disks with SMART | Linux Journal". www.linuxjournal.com. Retrieved 2021-04-13.
  11. "Section 4.8: "SMART (Self-monitoring, analysis, and reporting technology) feature set"" (PDF), AT Attachment 8 – ATA/ATAPI Command Set (ATA8-ACS) (working draft), ANSI INCITS, September 6, 2008
  12. Stephens 2006, pp. 44–126, 198–213, 327–44, Sections 4.19: "SMART (Self-monitoring, analysis, and reporting technology) feature set", 7.52: "SMART", Annex A: "Log Page Definitions"
  13. "ATA/ATAPI Command Set - 2 (ACS-2)" (PDF), ATA Command Set 2 (working draft) (7 ed.), ANSI INCITS, June 22, 2011
  14. Hitachi Travelstar 80GN (PDF) (hard disk drive specification) (2.0 ed.), Hitachi Data Systems, 19 September 2003, Hitachi Document Part Number S13K-1055-20, archived from the original (PDF) on 18 July 2011
  15. Hatfield, Jim (30 September 2005). "SMART Attribute Annex" (PDF). Technical Committee T13. Seagate Technology. pp. 1–5. e05148r0. Archived from the original (PDF) on 2007-02-03. Retrieved 12 July 2016. Note: this source usefully lists a set of attributes in use. However, its description of "worst value" deviates from SFF-8035, which is closer to reality.
  16. "Maxtor", Smartmontools (plain text) (example), Source forge
  17. Bruno Sonnino (31 October 2005). "What is S.M.A.R.T.?". PC Mag. Ziff Davis. p. 1. Retrieved 12 July 2016.
  18. Stephens 2006, p. 207Of the 512 octets listed in table 42 on page 207: "Device SMART data structure" a total of 489 are marked as "Vendor specific".
  19. Ottem, Eric; Plummer, Judy (1995), Playing it S.M.A.R.T.: The emergence of reliability prediction technology. (technical report), Seagate Technology Paper, Though attributes are drive-specific, a variety of typical characteristics can be identified: [...] The attributes listed above illustrate typical kinds of reliability indicators. Ultimately, the disc drive design determines which attributes the manufacturer will choose. Attributes are therefore considered proprietary, since they depend on drive design.
  20. "FAQ", Smartmontools, Source forge, Attribute 194 (Temperature Celsius) behaves strangely on my Seagate disk
  21. fzabkar. "Seagate SER, RRER & HEC". www.users.on.net.
  22. Seagate Technology. "Seagate SMART Attribute Specification" (PDF). t1.daumcdn.net.
  23. "Self-Monitoring, Analysis and Reporting Technology (SMART)", Smart Linux (article), Source forge, 2009-03-10
  24. "Failure Trends in a Large Disk Drive Population" (PDF). Proceedings of the 5th USENIX Conference on File and Storage Technologies (FAST'07). 2007. We find that the group of drives with scan errors are ten times more likely to fail than the group with no errors. This effect is also noticed when we further break down the groups by disk model. From Figure 8 we see a drastic and quick decrease in survival probability after the first scan error (left graph). A little over 70% of the drives survive the first 8 months after their first scan error.
  25. "What SMART Hard Disk Errors Actually Tell Us". Backblaze Blog | Cloud Storage & Cloud Backup. 2016-10-06. Retrieved 2017-03-19.
  26. "What SMART Stats Tell Us About Hard Drives". 2016-10-06. Comment by "Mark". There was a direct link between Reallocated Sectors Count and how quickly the drive would fail [...] Even one Uncorrectable sector count would lead to most drives being unusable within 3months
  27. "9109: S.M.A.R.T. Attribute: Power-On Hours (POH)", Knowledge Base, Acronis
  28. "Power on time". hdsentinel.com. Retrieved 2014-07-14.
  29. "FAQ". Smartmontools. Sourceforge. Retrieved 2013-01-15.
  30. "SMART Hard Drive Attributes: SMART 22 is a Gas Gas Gas". Backblaze Blog - The Life of a Cloud Backup Company. 2015-04-16.
  31. "Hard Drive Stats for Q2 2018". Backblaze Blog - The Life of a Cloud Backup Company. 2018-08-27. Retrieved 2022-08-07.
  32. "S.M.A.R.T." Acronis. 9 March 2010. Retrieved 1 April 2016. Samsung, Seagate, IBM (Hitachi), Fujitsu (not all models), Maxtor, Western Digital (not all models)
  33. Over-Provisioning Benefits for Samsung Data Center SSDs (PDF) (white paper), Samsung, March 2019
  34. "SSDs and SMART Data | Crucial.com". Crucial.com. Retrieved 5 March 2024.
  35. "SMART Attribute Details" (PDF). Kingston Technology Corporation. 2013. p. 4. Archived from the original (PDF) on 2013-05-07. Retrieved 3 August 2013.
  36. "The SMART Command Feature Set" (PDF). Micron Technology, Inc. August 2010. p. 11. Archived from the original (PDF) on 2013-02-01. Retrieved 3 August 2013.
  37. "HDD Guardian". CodePlex. Retrieved 21 January 2015.
  38. "SMART IV Technology on HP Business Desktop Hard Drives" (PDF). Hewlett-Packard. Retrieved 20 August 2021.
  39. "BackBlaze SMART blog". 12 November 2014. Retrieved 20 July 2015.
  40. "What SMART Hard Disk Errors Actually Tell Us". Backblaze Blog | Cloud Storage & Cloud Backup. 2016-10-06. Retrieved 2017-03-19.
  41. Fly Height Monitor Improves Hard Drive Reliability (PDF), Western Digital, April 1999, 79-850123-000
  42. MHT2080AT, MHT2060AT, MHT2040AT, MHT2030AT, MHG2020AT Disk Drives (PDF) (product manual), Fujitsu, 2003-07-04, C141-E192-02EN
  43. "9127: S.M.A.R.T. Attribute: Power-off Retract Count". Acronis Knowledge Base. Acronis International. Retrieved 12 July 2016.
  44. "WD VelociRaptor SATA Hard Drives" (PDF). wdc.com. 2008. Retrieved 2014-03-31.
  45. "Problem with hard drive clicking", Think (wiki)
  46. "hdparm(8) - Linux manual page". man7.org. November 2012. Retrieved 2014-03-31. Get/set the Western Digital (WD) Green Drive's "idle3" timeout value. This timeout controls how often the drive parks its heads and enters a low power consumption state. The factory default is eight (8) seconds, which is a very poor choice for use with Linux. Leaving it at the default will result in hundreds of thousands of head load/unload cycles in a very short period of time.
  47. discussion list, Arch Linux, If linux tends to write to /var/log/* every 30s, then the heads can park/unpark every 30s.
  48. "Hard drives", How to Reduce Power Consumption (wiki), Think, The files access time update, while mandated by POSIX, is causing lots of disks access; even accessing files on disk cache may wake the ATA or USB bus.
  49. "Mac OS X is beating your hard drives to death. Here's the fix". Kg4cyx.net. 11 November 2014. Retrieved 3 April 2016.
  50. "quietHDD". quiethdd. 13 December 2009. Retrieved 3 April 2016.
  51. "S.M.A.R.T.-Attribute: Reallocation Event Count", Knowledge Base, Acronis
  52. "S.M.A.R.T. Attribute: Current Pending Sector Count", Knowledge Base, Acronis
  53. Cabla, Lubomir (2009-08-06). "HDAT2 v4.6 User's Manual" (PDF) (1.1 ed.).
  54. "Attributes". SMART Linux project. Source forge.
  55. "9142: S.M.A.R.T. Attribute: Flying Height". Acronis Knowledge Base. Acronis International. Retrieved 12 July 2016.
  56. "9146: S.M.A.R.T. Attribute: Vibration During Write". Acronis Knowledge Base. Acronis International. Retrieved 12 July 2016.
  57. "9147: S.M.A.R.T. Attribute: Shock During Write". Acronis Knowledge Base. Acronis International. Retrieved 12 July 2016.
  58. "9154: S.M.A.R.T. Attribute: Torque Amplification Count". Acronis Knowledge Base. Acronis International. Retrieved 12 July 2016.
  59. "9156: S.M.A.R.T. Attribute: GMR Head Amplitude". Acronis Knowledge Base. Acronis International.
  60. SMART Attribute Details (PDF) (PDF), Kingston
  61. "S.M.A.R.T. Monitoring Tools / Mailing Lists". sourceforge.net. Retrieved 2017-03-19.
  62. "Ticket 171". Smartmontools (log). Source forge.
  63. SlimSATA SSD Mini-SATA Embedded Flash Module (PDF) (Engineering Specification), Delkin Devices, 2013
  64. SlimSATA SSD Mini-SATA Embedded Flash Module (PDF) (Engineering Specification), Delkin Devices, 2013
  65. "TN-FD-23: Calculating Write Amplification Factor" (PDF). Micron. 2014. Retrieved 16 May 2023.
  66. Intel Solid-state Drive 520 Series Product Specification (PDF) (product manual), Intel, February 2012
  67. Momentus 7200.2 SATA (PDF) (product manual) (D ed.), Seagate, September 2007, Hitachi Document Part Number S13K-1055-20
  68. "FAQ", Drive health, retrieved October 4, 2011
  69. The interpretation of the TEC and the SMART, Altrix soft, retrieved October 4, 2011
  70. NVM Express Base Specification Revision 2.0a (PDF). July 23, 2021. pp. 181–3.
  71. HDDScan – free HDD test utility with USB flash and RAID support.
  72. Evans, Mark (26 April 1999), Hard Drive Self-tests (PDF), Milpitas, CA US: T10
  73. "HDD fails S.M.A.R.T. short test, but passes long test?". Hardware Canucks. Retrieved 2013-01-15.
  74. Bulik, Darrin (Sep 24, 2001), Proposal for Extensions To Drive Self Test (PDF), Lake Forest, CA: T10, archived from the original (PDF) on 2011-09-28
  75. McLean, Pete (23 October 2001), Proposal for a Selective Self-test (PDF), Longmont, CO: T10, archived from the original (PDF) on 28 September 2011
  76. , Smartmontools mailing lists

Further reading


Share this article:

This article uses material from the Wikipedia article Self-Monitoring,_Analysis_and_Reporting_Technology, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.