hdparm -S <set spindown time>
# fdisk -l
Device Boot Start End Blocks Id System
/dev/sda1 1 1987 993+ ee GPT
/dev/sda2 * 1988 480584019 240291016 83 Linux
/dev/sda3 480584020 488397054 3906517+ 82 Linux swap / Solaris
# hdparm -I /dev/sda | grep level
Advanced power management level: 254
# hdparm -S 60 /dev/sda
/dev/sda:
setting standby to 60 (5 minutes)
> 5분뒤에 spin down
> -S 옵션값에 주의
ex. 0 -> 무제한, 1-240 -> *5초, 241-251 -> *30분, 252 -> 22분 ...
'Linux (pLinux & x86)' 카테고리의 다른 글
JVM Large Pages in Linux (huge page) (0) | 2013.05.22 |
---|---|
RHEL의 repository를 CentOS 혹은 Daum 으로 변경하기... (0) | 2013.02.20 |
LinuxMint 에서 compiz 설정하기... (0) | 2013.01.17 |
cifs / ftp 를 Linux file system으로 mount (0) | 2012.12.14 |
ubuntu 12.04 server basic configuration... (0) | 2012.10.30 |