mirror of
https://github.com/007revad/Synology_SMART_info.git
synced 2026-04-25 16:15:48 +03:00
[GH-ISSUE #9] I have 5 drives installed but only 2 of them shown. #2
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#2
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 @dr-incredible on GitHub (Nov 16, 2024).
Original GitHub issue: https://github.com/007revad/Synology_SMART_info/issues/9
As the title, any idea why that happens?
@dr-incredible commented on GitHub (Nov 16, 2024):
I only run extended SMART for those two, is it a prerequest to have the driver run extended smart?
@007revad commented on GitHub (Nov 16, 2024):
Which model Synology do you have?
Are all 5 drives in the NAS are 3 of them in an expansion unit?
Can you provide a screenshot of the script output?
@dr-incredible commented on GitHub (Nov 17, 2024):
I am using DS1019+, and all drives are in NAS. The following is the screenshot from both the terminal and the DSM (Please ignore the USB drive, that's something I attached to DS1019)


@007revad commented on GitHub (Nov 17, 2024):
What does this command return:
EDIT I changed
sata*tosd*in the command to suit the DS1019+.@dr-incredible commented on GitHub (Nov 17, 2024):
This shows all disks! Here are the detailed output (I remove the serial Number and Device Id):
@dr-incredible commented on GitHub (Nov 17, 2024):
How should I make the change or would you mind make a new commit?
@007revad commented on GitHub (Nov 17, 2024):
I'll make a new commit once I know where in the script the first 3 drives are going missing.
Did you change the USB drive? It was showing as DB987654321F before.
I was going to use the serial number to confirm which 18TB was missing when you ran the script. Can you confirm that the missing 18TB drive is drive 2?
@007revad commented on GitHub (Nov 17, 2024):
What do these commands return?
@007revad commented on GitHub (Nov 17, 2024):
Can you run this test script and tell me what it outputs:
https://github.com/007revad/Synology_SMART_info/blob/test/syno_smart_info_debug.sh
@dr-incredible commented on GitHub (Nov 17, 2024):
Yes, the missing drive 18T is drive 2, and I'm missing drive 1,2 and 3. (which corresponds to sda, sdb and sdc)
the return results are:
@dr-incredible commented on GitHub (Nov 17, 2024):
The output is (similar to before):
@007revad commented on GitHub (Nov 17, 2024):
Okay. The problem is in the not_flash_drive function.
Try this version. https://github.com/007revad/Synology_SMART_info/blob/develop/syno_smart_info.sh
@dr-incredible commented on GitHub (Nov 17, 2024):
Great! Confirmed it's working with all drives displayed, thanks!
@007revad commented on GitHub (Nov 17, 2024):
Awesome. Thanks for confirming.