mirror of
https://github.com/007revad/Synology_SMART_info.git
synced 2026-04-25 08:05:48 +03:00
[GH-ISSUE #62] Incorrect values for Seagate drives #72
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Synology_SMART_info#72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dumbodumbos on GitHub (Jan 14, 2026).
Original GitHub issue: https://github.com/007revad/Synology_SMART_info/issues/62
Please update drivedb.h - because the Seagate disks show an incorrect value in the Command_Timeout_Count parameter.
It is described in detail here https://www.disktuna.com/big-scary-raw-s-m-a-r-t-values-arent-always-bad-news/#4295032833
There is a similar problem here https://github.com/AnalogJ/scrutiny/issues/522
@007revad commented on GitHub (Jan 14, 2026):
What does this command return:
@dumbodumbos commented on GitHub (Jan 15, 2026):
@007revad commented on GitHub (Jan 15, 2026):
Try it with sudo
@dumbodumbos commented on GitHub (Jan 15, 2026):
@007revad commented on GitHub (Jan 15, 2026):
Fixed in v1.4.37
https://github.com/007revad/Synology_SMART_info/releases/tag/v1.4.37
@dumbodumbos commented on GitHub (Jan 15, 2026):
It remains to wait until it is updated https://github.com/PeterSuh-Q3/SynoSmartInfo - or is it possible to update the script separately?
@007revad commented on GitHub (Jan 15, 2026):
The SynoSmartInfo workflow checks at midnight UTC for updated an version of my script. So it won't update for another 14.5 hours.
If you want to update it now you'd need to replace syno_smart_info.sh in
/var/packages/Synosmartinfo/target/bin/and make sure syno_smart_info.sh has 0755 permissions.@dumbodumbos commented on GitHub (Jan 15, 2026):
Great. Thanks!