mirror of
https://github.com/007revad/Synology_HDD_db.git
synced 2026-04-25 13:45:59 +03:00
[GH-ISSUE #110] M2D18 not shown in GUI #544
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#544
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 @bogdanrotariu on GitHub (Jul 3, 2023).
Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/110
Hi,
Got a bunch of M2D18 that I've bought for use in 820+ and never used there and now I have added one card in a RS2421+.
fdisk -l shows the drives before using Synology_HDD_db, but even after running the script, the M2 drives are not shown in the GUI.
Am I missing something or this is not the intended behaviour of seeing and been able to use the M2 drives in GUI?
My full log:
Added model.dtb for RS2421+
model.dtb.zip
@007revad commented on GitHub (Jul 6, 2023):
If everything worked as intended you should be able to see the M2D18 and NVMe drive in storage manager.
I've written a new script just for enabling M2 cards on some models that don't officially support them.
If you run it with the --check option it will show you what M2 card(s) and drive types are currently enabled in DSM in adapter_cards.conf and in model.dtb (for models that have a model.dtb file).
https://github.com/007revad/Synology_enable_M2_card
https://github.com/007revad/Synology_enable_M2_card/releases
@bogdanrotariu commented on GitHub (Jul 6, 2023):
Thank you for your involvement in this!
Unfortunately I do not see the NVMe's or the M2D18 in Storage Manager
Here is the output of the script:
`./syno_enable_m2_card.sh
Synology_enable_M2_card v1.0.1
RS2421+ DSM 7.2-64570-1
Select your M.2 Card: 3
Backed up adapter_cards.conf
M2D18 NVMe already enabled for RS2421+
M2D18 SATA already enabled for RS2421+
Backed up model.dtb
Contact 007revad to get an edited model.dtb file for your model.
Finished
root@syno:/volume1/scripts# ./syno_enable_m2_card.sh --check
Synology_enable_M2_card v1.0.1
RS2421+ DSM 7.2-64570-1
Using options: --check
E10M20-T1 NIC = yes
E10M20-T1 NVMe = yes
E10M20-T1 SATA = yes
E10M20-T1 enabled in /etc.defaults/model.dtb
M2D20 NVMe = yes
M2D20 enabled in /etc.defaults/model.dtb
M2D18 NVMe = yes
M2D18 SATA = yes
M2D18 not enabled in /etc.defaults/model.dtb
M2D17 SATA =
M2D17 not enabled in /etc.defaults/model.dtb
root@syno:/volume1/scripts#
`
@007revad commented on GitHub (Jul 6, 2023):
Can you run it again. I just added an edited version of the RS2421+ model.dtb that includes the M2D18
@bogdanrotariu commented on GitHub (Jul 6, 2023):
Tested main and development branch, /etc.defaults/model.dtb still missing M2D18.
@bogdanrotariu commented on GitHub (Jul 6, 2023):
and bash -x output, maybe it helps
@007revad commented on GitHub (Jul 6, 2023):
I see the problem. I've edited and uploaded 13 different NAS model's model.dtb file... but the script was only setup to download an edited model.dtb for 7 different models. I've added the 6 missing models to v1.0.2-beta
https://github.com/007revad/Synology_enable_M2_card/releases/tag/v1.0.2-beta
@bogdanrotariu commented on GitHub (Jul 6, 2023):
Yes, wanted to tell you now, added and it works!
Thank you very much!
@007revad commented on GitHub (Jul 6, 2023):
Awesome! Thank you for testing and confirming it works.