Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
home_server:home_server_setup:other_services:disk [2025-09-14 Sun wk37 15:54] – [Block Device Monitoring and Control] baumkphome_server:home_server_setup:other_services:disk [2026-02-03 Tue wk06 19:50] (current) – [hdparm] baumkp
Line 67: Line 67:
  
 ====smartmon==== ====smartmon====
-  * ''sudo smartctl -i -n standby /dev/sdb''  will chack the HD activity mode.  It does this without starting up the drive, which hdparm may do.+  * ''sudo smartctl -i -n standby /dev/sdb''  will check the HD activity mode.  It does this without starting up the drive, which hdparm may do.
     * If in standby mode it reports back only: "Device is in STANDBY mode, exit(2)" otherwise     * If in standby mode it reports back only: "Device is in STANDBY mode, exit(2)" otherwise
     * ++ active or idel mode|     * ++ active or idel mode|
Line 97: Line 97:
   *''sudo hdparm -y /dev/sdb'' sets the HD into standby mode   *''sudo hdparm -y /dev/sdb'' sets the HD into standby mode
  
-To for the HD into standby mode after reboot and set the standby time crate and use an on boot systemd service.+To place the HD into standby mode after reboot and set the standby time create and use on boot systemd service.
 ++++/etc/systemd/system/hdparm.service| ++++/etc/systemd/system/hdparm.service|
 <code bash>[Unit] <code bash>[Unit]