Skip to content

Commit

Permalink
Update setting-up-hdd-spindown-on-wd-pr2100.md
Browse files Browse the repository at this point in the history
Added copy button
  • Loading branch information
Mtillmann authored Dec 15, 2023
1 parent 2b93f9e commit ea552d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posts/setting-up-hdd-spindown-on-wd-pr2100.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The `-B` parameter must be set below 128, because [values above 127 apparently d
## Check if it works
1. install smartmontools by running `sudo apt install smartmontools`<C/> ([reason](https://wiki.archlinux.org/title/hdparm#Querying_the_status_of_the_disk_without_waking_it_up))
2. wait for the drives to spin down, then run `sudo smartctl -i -n standby /dev/sda`. The output should look like this:
2. wait for the drives to spin down, then run `sudo smartctl -i -n standby /dev/sda`<C/>. The output should look like this:
```
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.15.0-91-generic] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org
Expand Down Expand Up @@ -132,4 +132,4 @@ Next, run `sudo crontab -e`<C/> and add the following line at the bottom of the
Now, the LED will blink green when the drives are idle and solid blue when they're active.
<Comment />
<Comment />

0 comments on commit ea552d3

Please sign in to comment.