mirror of
https://github.com/007revad/Synology_HDD_db.git
synced 2026-04-25 13:45:59 +03:00
[GH-ISSUE #554] concatenation error in /sys/block/ #700
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Synology_HDD_db#700
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 @beiminghaoze on GitHub (Jan 20, 2026).
Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/554
As shown in the screenshot, I encountered an error while running version v3.6.118. The system reports a file path error: cat: /sys/block//sys/block/sdb/device/vendor: No such file or directory
It appears that the path is being constructed with a redundant /sys/block/ prefix, leading to an invalid absolute path (nested paths).
@007revad commented on GitHub (Jan 20, 2026):
Fixed in v3.6.119