HOWEVER, I TAKE NO RESPONSIBILITY WHATSOEVER IF YOUR HARDDISKS GET FRIED OR YOUR HOUSE BURNS DOWN IN THE PROCESS
Here is, how you can control the fan (you must have debian installed on the stora):
- log in as root
- install ic2-tools:
root@pico:~# apt-get install i2c-tools - create two scripts to start and stop the fan:
echo "i2cset -y 0 0x1b 0x04 0x0b" >/usr/bin/fan_off
- echo "i2cset -y 0 0x1b 0x04 0x0a" >/usr/bin/fan_on
chmod +x /usr/bin/fan_off
- chmod +x /usr/bin/fan_on
- you can now switch on/off the fan using the commando sudo fan_on / sudo fan_off
- enjoy the silence :-)
hello, thanks i cannot hear the noise from the fan and stora now totally silent. i also have wd green harddiskdeives. sorry my english. guten tag mein deutch :)
ReplyDeletepaul :P
Hi,
ReplyDeleteWould you know how to write a script to
1) Power up stora when turning on your PC running Win OS 7.
2) Power down stora when turning off your PC.
I hope you can?
Cheers,
BP
bpons@tpg.com.au
Hi mate,
ReplyDeletesorry, I don't think you can wake up the stora from your pc (WOL is not supported afaik).
Regarding shutting down, I noticed that while the machine halts on "shutdown -h now", it does not switch off, so you might be out of luck here. I'd recommend just putting your harddisks to sleep (via hdparm) and leaving the machine runnig - it really doesn't draw much power. The main reason for me to buy the stora was to have a cheap debian server that I would not have to switch off.
Cheers
Chris