Page 1 of 1

Synology NAS DS213+ with DSM 6.2.4

Posted: 2021.12.21. 20:03
by Alpha01
Hello,

I'm trying to install linux HDsentinel on a NAS type DS213+, following Marcus Wagner's Synology guide.

But I couldn't run it, the system report:
./hdsentinel-019b: cannot execute binary file: Exec format error

I tried also with the recommanded 64bit file, but got the same error.

I believe this is due to a CPU compatibility issue which is not an ARM but a Freescale QorIQ P1022 (32bit) on that NAS model.
Could somebody confirm that the provided hdsentinel software are only for ARM type CPU?

Many thanks

Re: Synology NAS DS213+ with DSM 6.2.4

Posted: 2021.12.22. 15:44
by Alpha01
Just a complement...
I could successfully implement a workaround using smartctl as described on the website page how_to_monitor_network_attached_storage_nas_status.
I wrote a small script in folder /volume1/hdsentinel/ with two lines, one for each disk, generating two text files in the same folder (smartsda.txt and smartsdb.txt)
I modified too /etc/crontab to call this script (every six hours, I don't need more)
Then I just have to point HDsentinel to that status files, et voila!
May be not perfect, but it works.