007revad / Synology_HDD_db

Add your HDD, SSD and NVMe drives to your Synology's compatible drive database and a lot more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anyone know how to re-enable SMART Attribute Details?

007revad opened this issue · comments

Does anyone know how to re-enable the SMART Attribute Details button in DSM 7.2.1 Update 1 and later?

Since DSM 7.2.1-69057 Update 1 Synology changed Storage Manager to be a package and disabled SMART Attribute Details.

I had quick look at re-enabling the SMART Attribute Details button that's now missing in "Storage Manager > HDD/SSD > Health Info > S.M.A.R.T." without luck. My javascript knowledge is limited.


Storage Manager javascript files that contain the word smart:

DSM 7.2 - Has the SMART Attribute Details button

/usr/syno/synoman/webman/modules/StorageManager/storage_panel.js
/usr/syno/synoman/webman/modules/StorageManager/storage_wizard.js
/usr/syno/synoman/webman/modules/StorageManager/utils.js (same as utils.js in 7.2.1)

DSM 7.2.1 Update 1 - No SMART Attribute Details button

/var/packages/StorageManager/target/ui/storage_panel.js
/var/packages/StorageManager/target/ui/storage_wizard.js
/var/packages/StorageManager/target/ui/utils.js (same as utils.js in 7.2)