t0bbe wrote:
Thanks for the hint about noatime!
Now, the only thing I still have to figure out is how to get the HDDs to spin down.
They spin down ok after I log in, but if no user has logged in, then they won't spin down.
I guess this has something to do with that the settings under "power management" and "spin down hard drives when possible" only becoming active after a user has logged in, but I would like to make it the default even when the machine has booted and no user is logged in.
I took a slightly different route. I have two 1 TB Samsung eco-green drives for storage, and Fedora/Amahi installed on a 20 GB laptop drive that I had lying around spare. Its a bit slow booting, but doesn't have the problems associated with flash media and doesn't use much power either.
As to getting the drives to spin down, maybe you should set up automatic login to the Amahi machine. I found this on the Wiki:
http://wiki.amahi.org/index.php/VNCThe part you need is here:
Code:
Setup Automatic Login
Automatic login is useful if you want to run a headless HDA and enjoy the benefits that VNC provides without having to login from the command line via SSH and manually start X.
Add the following to the file /etc/gdm/custom.conf
#Enable Auto login to the GNOME desktop
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=<username>
TimedLoginEnable=true
TimedLogin=<username>
TimedLoginDelay=0
Replace <username> with the username that you want to automatically login to the GNOME desktop.
Paul.