View previous topic :: View next topic |
Author |
Message |
gnychis Veteran
Joined: 23 Mar 2005 Posts: 1004 Location: Pittsburgh, PA
|
Posted: Tue Feb 28, 2006 6:14 am Post subject: any way to power down hard drive only? [SOLVED] |
|
|
Hi,
Two of my internal IDE hard drives idle rather noisily. I was wondering if I unmount the drive, and it is completely not active, if there is any way to power it down any? If not power it down, sort of spin down and power save like laptops do
Thanks!
George
Last edited by gnychis on Thu Mar 02, 2006 8:06 am; edited 1 time in total |
|
Back to top |
|
|
JeliJami Veteran
Joined: 17 Jan 2006 Posts: 1086 Location: Belgium
|
Posted: Tue Feb 28, 2006 6:40 am Post subject: |
|
|
look at hdparm
Code: | # spin down after x minutes of inactivity
/sbin/hdparm -qS 120 /dev/hda
# spin down now
/sbin/hdparm -qy /dev/hda
|
_________________ Unanswered Post Initiative | Search | FAQ
Former username: davjel |
|
Back to top |
|
|
gnychis Veteran
Joined: 23 Mar 2005 Posts: 1004 Location: Pittsburgh, PA
|
Posted: Tue Feb 28, 2006 7:15 am Post subject: |
|
|
thank you
but before i try it... might this hurt a software raid at all when trying to power down two disks that make up a software raid0? |
|
Back to top |
|
|
JeliJami Veteran
Joined: 17 Jan 2006 Posts: 1086 Location: Belgium
|
|
Back to top |
|
|
|