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==== | ||
| Line 94: | Line 95: | ||
| ====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:// | ||