125 | | |
126 | | ---- |
127 | | |
128 | | === What Attributes does smartmontools not yet recognize? === |
129 | | From Maxtor disks (99), (100), and (101). These are not used by |
130 | | Maxtor in SMART revision 5. They will be used in SMART revision 6, |
131 | | but the engineering group has not yet decided what to monitor with these Attributes. |
132 | | |
133 | | ---- |
134 | | |
135 | | |
136 | | == Configuration == |
137 | | |
138 | | ---- |
139 | | |
140 | | === Startup message: {{{smartd [FAILED]}}} on Fedora Core Linux system === |
141 | | |
142 | | Fedora Core is distributed with a {{{smartd}}} configuration file |
143 | | {{{/etc/smartd.conf}}} that monitors the first IDE disk /dev/hda. If this |
144 | | device does not exist (or lacks SMART capability) you will get the |
145 | | error message above. Look in SYSLOG (/var/log/messages) for |
146 | | additional details about what is going wrong. |
147 | | |
148 | | The solution: If your system has only SCSI disks, or has IDE disk(s) |
149 | | on a non-primary controller, just edit {{{/etc/smartd.conf}}} to reflect the |
150 | | correct location of the drive(s). Please also read the {{{smartd.conf}}} |
151 | | man page for additional information. |
| 436 | === 'Warning: ATA error count 9 inconsistent with error log pointer 5' What's the meaning of this {{{smartctl}}} message? === |
| 437 | |
| 438 | The ATA error log is stored in a circular buffer, and the ATA specifications are unambiguous about how the entries should be ordered. This warning message means that the disk's firmware does not strictly obey the ATA specification regarding the ordering of the error log entries in the circular buffer. Smartmontools will correct for this oversight, so this warning message can be safely ignored by users. (On the other hand, firmware engineers: please read the ATA specs more closely then fix your code!). |
| 439 | |
| 440 | ---- |
| 441 | |
| 442 | == Distribution == |
| 443 | |
| 444 | ---- |
| 445 | |
| 446 | === Is there a bootable standalone CD or floppy that contains smartmontools? === |
| 447 | |
| 448 | Yes there are. Look to section [http://sourceforge.net/wiki/Download#RunsmartmontoolsfromLive-system Run from Live-system] on the download page. |
| 449 | |
| 450 | ---- |
| 451 | ---- |
| 452 | |
| 453 | == Historic == |
| 454 | |
| 455 | The FAQ entries below are probably outdated. |
| 456 | |
| 457 | ---- |
| 458 | |
| 459 | === What Attributes does smartmontools not yet recognize? === |
| 460 | |
| 461 | From Maxtor disks (99), (100), and (101). These are not used by |
| 462 | Maxtor in SMART revision 5. They will be used in SMART revision 6, |
| 463 | but the engineering group has not yet decided what to monitor with these Attributes. |
| 464 | |
| 465 | ---- |
| 466 | |
| 467 | === Startup message: {{{smartd [FAILED]}}} on Fedora Core Linux system === |
| 468 | |
| 469 | Fedora Core is distributed with a {{{smartd}}} configuration file |
| 470 | {{{/etc/smartd.conf}}} that monitors the first IDE disk /dev/hda. If this |
| 471 | device does not exist (or lacks SMART capability) you will get the |
| 472 | error message above. Look in SYSLOG (/var/log/messages) for |
| 473 | additional details about what is going wrong. |
| 474 | |
| 475 | The solution: If your system has only SCSI disks, or has IDE disk(s) |
| 476 | on a non-primary controller, just edit {{{/etc/smartd.conf}}} to reflect the |
| 477 | correct location of the drive(s). Please also read the {{{smartd.conf}}} |
| 478 | man page for additional information. |
| 479 | |
| 480 | ---- |
| 481 | |