mirror of
https://github.com/007revad/Synology_HDD_db.git
synced 2026-04-25 13:45:59 +03:00
[GH-ISSUE #278] Can't Create Storate pool on M.2 SSD #100
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#100
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 @dateno1 on GitHub (Apr 9, 2024).
Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/278
DSM is Lastest (7.2.1 U5)
I was connect SSSTC CL1-8D256 (for test) on DS3622xs by NVMe PCIe Adaptor
Download lastest version (3.5.89) and Upload it on HDD volume -> Extract -> Edit syno_hdd_vendor_ids.txt (add 0x1e95) -> run -> Reboot
but can't create volume on it

reboot -> try -> fail
reboot -> rerun script -> try -> fail
Script result no warning or error
@007revad commented on GitHub (Apr 9, 2024):
Is the NVMe PCIe Adaptor a M2D20, M2D18 or E10M20-T1?
Did the script find the SSSTC CL1-8D256?
Did the "M.2 Drive 1-1" show in Storage Manager before you ran the script?
If you go to "Storage Manager > Overview" do you see the PCIe Adaptor?
That "Manage Available Drives" window is new. What version does the Storage Manager package show in Package Center?
@dateno1 commented on GitHub (Apr 10, 2024):
PCIe Adaptor is not synology model (for PC)
Script can recognized CL1-8D256 and added SSSTC on HDDDB
Yes i can find M.2 on Storage manager before used script (It just changed unknown -> SSSTC)
Storage Manager v1.0.0-0017@7.2.1 U5 (Lastest@Lastest)
Used HDD4@RAID5 + SATA SSD2@RAID1 (Cache)
Now i want to add new volume for fast speed by NVMe disk (Maybe use Oracle F320 or Intel P3600. SSSTC CL1-8D256 is test purpose)
@007revad commented on GitHub (Apr 10, 2024):
Which brand and model PCIe adaptor do you have?
In "Control Panel > Info Center" what does it show for "PCIe Slot 1" ?
When you get the "Cannot perform this action. No drive are available or meet the requirements." can you click on the "View drive requirements" link and tell me what it says?
Try:
What do these command return?
Can you run this script and paste the output, or a screenshot?
https://github.com/007revad/Synology_HDD_db/blob/test/nvme_check.sh
@007revad commented on GitHub (Apr 10, 2024):
You can use https://github.com/007revad/Synology_M2_volume to create the storage pool and volume.
But I'd also like to know the answers to my questions in my previous comment so I can add support for non-Synology PCIe adaptors.
@007revad commented on GitHub (Apr 10, 2024):
You could also try these commands to enable creating the NVMe storage pool in Storage Manager.
@dateno1 commented on GitHub (Apr 11, 2024):
I was bought it from aliexpress at few years ago
It just dummy converter (PCIe-NVMe)
notSupportM2Pool_addOnCard.txt
@dateno1 commented on GitHub (Apr 11, 2024):
both not work (same result)
@007revad commented on GitHub (Apr 11, 2024):
You should be able to use https://github.com/007revad/Synology_M2_volume to create the storage pool.
@dateno1 commented on GitHub (Apr 11, 2024):
I was give up it
Create volume by terminal
Now all work well
Thanks for help