[GH-ISSUE #554] concatenation error in /sys/block/ #700

Closed
opened 2026-03-11 13:14:27 +03:00 by kerem · 1 comment
Owner

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).

Image
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). <img width="1156" height="777" alt="Image" src="https://github.com/user-attachments/assets/278326e0-5556-45b8-a640-68f8a108dcef" />
kerem closed this issue 2026-03-11 13:14:32 +03:00
Author
Owner

@007revad commented on GitHub (Jan 20, 2026):

Fixed in v3.6.119

  • Bug fix for "cat: /sys/block//sys/block/sata1/device/vendor: No such file or directory" errors.
<!-- gh-comment-id:3771579789 --> @007revad commented on GitHub (Jan 20, 2026): Fixed in [v3.6.119](https://github.com/007revad/Synology_HDD_db/releases/tag/v3.6.119) - Bug fix for "cat: /sys/block//sys/block/sata1/device/vendor: No such file or directory" errors.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Synology_HDD_db#700
No description provided.