Changes between Version 44 and Version 45 of FAQ
- Timestamp:
- Apr 30, 2014, 8:24:09 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v44 v45 416 416 === BIOS has a SMART enable/disable setting. What does it do, and how should I set it? === 417 417 418 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}}}. 418 Some type of BIOS can check the SMART health status of a disk at bootup: the equivalent of '{{{smartctl [-s on] -H /dev/sd?}}}'. 419 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}}}. 419 420 420 421 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. 421 422 422 423 For the proper functioning of smartmontools, either BIOS setting may be used. 424 425 A BIOS may perform the SMART health check even if it does not provide a corresponding setting. 426 The check cannot be disabled in this case. 423 427 424 428 ----