Changes between Version 11 and Version 12 of FAQ
- Timestamp:
- Sep 26, 2009, 5:57:55 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v11 v12 367 367 ---- 368 368 369 === BIOS has a SMART enable/disable setting. What does it do, and how should I set it? === 370 371 Some type of BIOS can check the SMART health status of a disk at bootup: the equivalent of '{{{smartctl -H /dev/hd?}}}'. This one-time check on bootup is done if the BIOS SMART setting is set to {{{ENABLE}}}, and is not done if the setting is set to {{{DISABLE}}}. 372 373 If this one-time check is done, and the disk's health status is found to be {{{FAILED}}}, then typically the BIOS will display an error message and refuse to boot the machine. 374 375 For the proper functioning of smartmontools, either BIOS setting may be used. 376 377 ---- 378 369 379 === On Windows {{{smartctl}}} prints the message: "...Log Read failed: Function not implemented" === 370 380 … … 487 497 #!html 488 498 489 <h3><a name="bios-setting"></a>My computer's BIOS has a SMART enable/disable setting. What 490 does it do, and how should I set it?</h3> 491 492 <p>Some type of BIOS can check the SMART health status of a disk at 493 bootup: the equivalent of '<span class="code">smartctl -H /dev/hd?</span>'. This one-time check on 494 bootup is done if the BIOS SMART setting is set to '<tt>ENABLE</tt>', and is 495 not done if the setting is set to '<tt>DISABLE</tt>'.</p> 496 497 <p>If this one-time check is done, and the disk's health status is found 498 to be '<tt>FAIL</tt>', then typically the BIOS will display an error message 499 and refuse to boot the machine.</p> 500 501 <p>For the proper functioning of smartmontools, either BIOS setting may 502 be used.</p> 503 <hr /> 499 504 500 505 501 <h3><a name="temp-seagate"></a>Attribute 194 (Temperature Celsius) behaves strangely on my Seagate disk</h3>