I have installed ubuntu 24.04.1 lts on my raspberry pi 4.
I have 2 external hard drives connected to it. The problem i have is that i want to spin them down automatically after 1 minute of inactivity.
This is not a problem for the hard drive connected on /dev/sda. I changed /etc/hdparm.conf to achieve this. The other hard drive connected on /dev/sdb does not respond to the exact same changes i made in /etc/hdparm.conf
I checked, both hard drives can be spun down using the commandcontents of /etc/hdparm.conf:
Can someone explain what i am doing wrong?
I have 2 external hard drives connected to it. The problem i have is that i want to spin them down automatically after 1 minute of inactivity.
This is not a problem for the hard drive connected on /dev/sda. I changed /etc/hdparm.conf to achieve this. The other hard drive connected on /dev/sdb does not respond to the exact same changes i made in /etc/hdparm.conf
I checked, both hard drives can be spun down using the command
Code:
sudo hdparm -S 2 /dev/sdX
Code:
/dev/sda { -S 2}/dev/sdb { -S 2}
Can someone explain what i am doing wrong?
Statistics: Posted by webwizard678 — Thu Dec 26, 2024 2:08 pm — Replies 0 — Views 8