I have 2 Iron Wolf drives that are aggressively spinning down.
I have tried turning on the standby feature in "drive settings".
I have also run sudo hdparm -I /dev/sdc | grep level and get no output.
So I run sudo hdparm -S 120 /dev/sdc and get
/dev/sdc:
setting standby to 120 (10 minutes)
But nothing. I still see the drive in the "disks" utility with "zzz" immediately after copying a file over to the drive.
Can anyone help?
Thanks, Chris
EDIT: running 18.04
smartctl -i -n standby /dev/sdXif Power mode is: Active, Idle, or Standby -smartctlis part of packagesmartmontools– AlexOnLinux Jun 21 '19 at 16:38Device is in STANDBY mode, exit(2)``` SMART also reports high read error rates on both drives. Perhaps worth mentioning is that they are connected to sata 2.0 ports.
– Chris Jun 21 '19 at 17:22