free30
Member
Is the PUIS feature (power up in standby) enabled on your hard drive (I wondered if this was an issue in a past thread concerning disk initialisation problems: see here)?
The PUIS feature is available on Seagate Ironwolf drives. It is easy to check by running the following from the command line:
You will get a asterisk returned against the feature if it is enabled. The above assumes the drive in question is 'sdb'; you may need to install the hdparm package. If PUIS is the cause of the problem is there a Seagate utility available to disable it? There is another article here. According to that thread, It should be possible to make the disk spin up with the following command:Code:hdparm -I /dev/sdb | grep "Power-Up In Standby"
This command should be available if you install the sg3_utils package. If it does work it should be easy to run the command as a startup script.Code:sg_sat_set_features --feature=7 /dev/sdX
Hope this helps. I may be barking up the wrong tree, of course!
Guess this is a no.......can't see an asterisk
Not sure...
Thanks though