admin管理员组文章数量:1794759
hd
hd-idle的休眠命令
hd-idle -a /dev/sda1 -i 10
-i 后面10为10秒后休眠
-a 后面为硬盘名
解释:
-a <name> | Set (partial) device name of disks for subsequent idle-time parameters (-i). This parameter is optional in the sense that there's a default entry for all [SCSI] disks which are not named otherwise by using this parameter. |
-i <idle_time> | Idle time in seconds for the currently named disk(s) (-a <name>) or for all disks. |
-l <logfile> | Name of logfile (written only after a disk has spun up). Please note that this option might cause the disk which holds the logfile to spin up just because another disk had some activity. This option should not be used on systems with more than one disk except for tuning purposes. On single-disk systems, this option should not cause any additional spinups. |
-t <disk> | Spin-down the specified disk immediately and exit. Use only the disk name (e.g. sda) without /dev/ prefix |
-d | Debug mode. This will prevent hd-idle from becoming a daemon and print debugging info to stdout/stderr |
-h | Print brief usage information |
Regarding the parameter "-a":
Users of hd-idle have asked for means to set idle-time parameters for individual disks. This makes a lot of sense, not only because some [SCSI] disks may not react well to being stopped. Originally, hd-idle had one idle time for all disks. The parameter "-a" can now be used to set a filter on the disk's device name (omit /dev/) for subsequent idle-time settings.
- A "-i" option before the first "-a" option will set the default idle time; hence, compatibility with previous releases of hd-idle is maintained.
- In order to disable spin-down of disks per default, and then re-enable spin-down on selected disks, set the default idle time to 0.
Example:
hd-idle -i 0 -a sda -i 300 -a sdb -i 1200
This example sets the default idle time to 0 (meaning hd-idle will never try to spin down a disk), then sets explicit idle times for disks which have the string "sda" or "sdb" in their device name.
posted on 2018-11-08 14:44 lbsjs 阅读(...) 评论(...) 编辑 收藏
本文标签: HD
版权声明:本文标题:hd 内容由林淑君副主任自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.xiehuijuan.com/baike/1699986816a385837.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论