https://github.com/ivanhao/hdspindown
https://github.com/ivanhao/hdspindown
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivanhao/hdspindown
- Owner: ivanhao
- License: bsd-3-clause
- Created: 2019-08-27T01:50:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T13:49:47.000Z (over 2 years ago)
- Last Synced: 2025-05-15T10:39:51.306Z (about 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hdspindown
>用来解决linux下通过hdparm -S 60这种方式硬盘无法自动休眠的问题。例如一些WD的硬盘,或pve下zfs硬盘。
## 用法:
单盘:
```
./hdspindown sda
```
多盘:
```
./spindownall
```
计划任务:
```
*/5 * * * * /path/spindownall #五分钟运行一次
```