Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| home_server:home_server_setup:other_services:disk [2025-09-14 Sun wk37 11:29] – [smartmon] baumkp | home_server:home_server_setup:other_services:disk [2025-09-14 Sun wk37 15:54] (current) – [Block Device Monitoring and Control] baumkp | ||
|---|---|---|---|
| Line 64: | Line 64: | ||
| ---- | ---- | ||
| =====Block Device Monitoring and Control===== | =====Block Device Monitoring and Control===== | ||
| + | My main server has a parity disk that is normally only is used once a week. I would like to place this hard disk in to stand-by to reduce power and wear and tear upon it. | ||
| ====smartmon==== | ====smartmon==== | ||
| * '' | * '' | ||
| * If in standby mode it reports back only: " | * If in standby mode it reports back only: " | ||
| - | * ++++ active or idel mode| | + | * ++ active or idel mode| |
| < | < | ||
| Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org | Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org | ||
| Line 89: | Line 90: | ||
| SMART support is: Enabled | SMART support is: Enabled | ||
| Power mode is: ACTIVE or IDLE</ | Power mode is: ACTIVE or IDLE</ | ||
| - | ++++ | + | ++ |
| ---- | ---- | ||
| ====hdparm==== | ====hdparm==== | ||
| + | *'' | ||
| + | To for the HD into standby mode after reboot and set the standby time crate and use an on boot systemd service. | ||
| + | ++++/ | ||
| + | <code bash> | ||
| + | Description=hdparm sleep | ||
| + | |||
| + | [Service] | ||
| + | Type=oneshot | ||
| + | ExecStart=/ | ||
| + | |||
| + | [Install] | ||
| + | WantedBy=multi-user.target</ | ||
| + | ++++ | ||
| + | Some tips: | ||
| + | *use '' | ||
| + | *use '' | ||
| + | *use '' | ||
| + | *use '' | ||
| ====idle3-tools==== | ====idle3-tools==== | ||
| [[https:// | [[https:// | ||