Hello again guys.
I have a problem, and that is that after my hard drive stops spinning using the command:
As I mentioned in a previous post, the command works perfectly and the hard drive stops spinning. But after about 20 minutes or so it spins again and never stops spinning again.
To get it working again, I have to stop the hd-idle service and start it again.
What could cause the disk to spin again? Could it be because after a while the user session closes?
thanks and regards.
EDIT:
I have found out that the cause is due to CRON, but I don't know the reason, I only have this configured:
I have a problem, and that is that after my hard drive stops spinning using the command:
Code:
sudo nano /etc/default/hd-idle
Code:
START_HD_IDLE=true HD_IDLE_OPTS="-i 180 -l /var/log/hd-idle.log"
As I mentioned in a previous post, the command works perfectly and the hard drive stops spinning. But after about 20 minutes or so it spins again and never stops spinning again.
To get it working again, I have to stop the hd-idle service and start it again.
What could cause the disk to spin again? Could it be because after a while the user session closes?
thanks and regards.
EDIT:
I have found out that the cause is due to CRON, but I don't know the reason, I only have this configured:
Code:
00 1 * * * root rtcwake -m mem -l -t "$(date -d 'today 19:30:00' '+\%s')"
Comment