ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a little server with couple of hard drives in it and I was wanting to make a script (bash or perl is all i'm good at - probably not suited) that will put the hard drives to sleep when there is no activity.
Hence saving a bit of power and hopefully a bit of hard drive life.
I was wondering how I could check for activity cause checking for activity will probably cause activity right?
Also I was wondering what to use instead of hdparm as almost all the drives are SATA's and not PATA's.
There are 4 seagates (320x3,200x1) running off 2 sata expansion cards, and another PATA seagate 320 but that is the system drive so no use sleeping that.
First off, bash is probably a very good choice. There is a utility called sdparm which is essentially what you want. Hrm, I'm not sure how to check for activity though.
PatrickNew and jeffschwab are absolutely correct: "hdparm" and friends are what you're looking for. And you don't even need to write any "scripts" - simply download the software and setup the configuration you prefer.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.