Anyway you don't want to set the standby value to one minute, that's far too short, it will prematurely age your harddisk.
ok, but it seems that hdparm is NOT working on OE 2.0 images
because if I set up as stand by time also 1 hour, hdparm command seems NOT working [from GUI]
Furthermore when the command is issued an error is raised [HDIO_DRIVE_CMD(setidle) failed: Invalid argument] but the command was succesful because hard disk goes stand by
I made a script in /usr/script named hdparm_user.sh so every time the decoder reboot hdparm command is issued
#!/bin/sh ######################################### # Set hard disk time stand by to # # 300 sec. (60 x 5) # ######################################### hdparm -S 60 /dev/sdb1