Solved HDD deattached randomly, no errors in the logs

Would be nice if it were that simple. Time will tell! Keeping fingers, toes, legs, eyes and ears crossed.

Wish I could find that other thing I was thinking of. Some forum somewhere - something about a drive connector and certain type of drive and you either had to block one of the connector holes OR was it put something conductive in the connector hole to make sure the connection was 100%? 🤯 Too many forums, too many computers, too much to read!
 
2 days - no detach.
Symptoms: random(1-3 times per day) hard disk detach and instantly come online again, no errors, disk check shows no errors
Solution: Disable "extended power conditions" future
Code:
# camcontrol epc /dev/ada1 -c status
APM: NOT Supported, NOT Enabled
EPC: Supported, Enabled # <<<<<< EPC was enabled
Low Power Standby NOT Supported
Set EPC Power Source NOT Supported
Current power state: PM0:Active or PM1:Idle(0xff)

# camcontrol epc /dev/ada1 -c disable # <<<<<< disable

# camcontrol epc /dev/ada1 -c status
APM: NOT Supported, NOT Enabled
EPC: Supported, NOT Enabled # <<<<<< EPC Disabled
Low Power Standby NOT Supported
Set EPC Power Source NOT Supported
Current power state: PM0:Active or PM1:Idle(0xff)
 
Back
Top