mirror of
https://github.com/007revad/Synology_HDD_db.git
synced 2026-04-25 13:45:59 +03:00
[GH-ISSUE #55] WD-SN850x NvME SSD's not found? #23
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#23
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 @quadcom on GitHub (Apr 12, 2023).
Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/55
Hey all.
I ran the script and the system still cannot see the 2 WD-SN850x NvME drives installed in order to create a cache pool.
Any ideas?
@007revad commented on GitHub (Apr 16, 2023):
What does the following command return:
for d in /sys/block/nvme*; do echo $d; doneIt should return /sys/block/nvme0n1 and /sys/block/nvme1n1
If it did see what these commands return:
cat /sys/block/nvme0n1/device/modelcat /sys/block/nvme1n1/device/modelcat /sys/block/nvme0n1/device/firmware_revcat /sys/block/nvme1n1/device/firmware_rev@quadcom commented on GitHub (Apr 16, 2023):
Hmmmm,
not in my case
@quadcom commented on GitHub (Apr 16, 2023):
I shut down the system and restarted it. When it came back up, slot 2 found the SSD. But not slot 1.
I then shut down the system to check slot 1 in case I somehow screwed up seating the drive. But I reseated slot 2 first by accident. I reseated slot 1, plugged in power, and fired it back up.
Now it doesn't see either SSD installed again!
Bum unit, perhaps? The problem is, unless I buy an outrageously overpriced Synology SSD, I can't call support to troubleshoot a lemon board! WhyTF are they forcing this position on drive compatibility? I mean, the standards for drives have been around for a long time now. Give a warning, fine but to outright block them. Not cool.
@quadcom commented on GitHub (Apr 16, 2023):
I had a thought, because I was SSH with my user account on the NAS, I tried to sudo the command. But when I do that, it fails.
@quadcom commented on GitHub (Apr 16, 2023):
If this helps figure out what's going on.
DSM 7.1.1-42962 Update 4
@quadcom commented on GitHub (Apr 16, 2023):
A long shot, but do you know if a RAM requirement exists for NvME drives to become available? I have the stock 8GB. I never planned on running any containers or apps. This is strictly a file server for video media so I didn't see the need for more RAM.
@007revad commented on GitHub (Apr 16, 2023):
sudo doesn't like the for command so you need to do this:
sudo sh -c 'for d in /sys/block/nvme*; do echo $d; done'But it probably won't make a difference to the result you're getting.
@007revad commented on GitHub (Apr 16, 2023):
Not that I'm aware of. Memory requirements only seem to be for volumes larger than 108TB or when using deduplication or LUNs etc.
Even if the NVMe drives aren't supported they should still show up in storage manager (with a warning saying they're unsupported).
I would try reseating the NVMe drives again. When I upgraded the memory on my DS1821+ I had to reseat the memory twice before it would boot up. And maybe try just 1 NVMe drive at a time to determine if one of the drives is faulty or if one of the M.2 slots is faulty.
@007revad commented on GitHub (Apr 17, 2023):
Have these NVMe drives been used in something else before you installed them in the Synology?
In the past I've installed drives that had been used in a PC and DSM ignored the drives as if they didn't exist. I had to put the drives back in a PC and delete all partitions on the drives. After that DSM saw the drives.
@quadcom commented on GitHub (Apr 17, 2023):
These two were brand new out of the box.
It's too bad we can't see in the bios of the MB to see what hardware it sees.
I held Synology in high regard after I bought my DS1515+. I went and added a DX513 and then a DX517 expansion for it. But this experience, with overly restricting media is pissing me off!
Thinking I should have built my own TruNas box instead!