mirror of
https://github.com/007revad/Synology_HDD_db.git
synced 2026-04-25 13:45:59 +03:00
[GH-ISSUE #158] DS1823xs+ with E10M20-T1 isn't recognised in GUI #69
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#69
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 @AndrewTapp on GitHub (Nov 1, 2023).
Original GitHub issue: https://github.com/007revad/Synology_HDD_db/issues/158
Again, many thanks for all the hard work you do here, it's much appreciated and very useful.
I've been running DSM 7.2-64570-2 for ages with no issues, however this morning I upgraded to DSM 7.2.1-69057-1 and although the script appears to have run without issue and found the card, none of it's functionality appears to be present i.e. the two M2 SSD drives and/or the 10Gb network port.
Any help would be appreciated.
@007revad commented on GitHub (Nov 1, 2023):
What does the following command return:
cat /run/adapter_cards.confCan you run this script and reply with what it outputs:
https://github.com/007revad/Synology_HDD_db/blob/test/m2_card_check.sh
@AndrewTapp commented on GitHub (Nov 1, 2023):
These return as follow.
@AndrewTapp commented on GitHub (Nov 1, 2023):
Just for information, how it looks in the GUI.
@007revad commented on GitHub (Nov 2, 2023):
Try running these 4 commands then rebooting:
@AndrewTapp commented on GitHub (Nov 2, 2023):
That has worked, after rebooting the NVME cache and storage pool, plus network adapter are showing as expected. Many thanks.
On a side note, I see on the logs from running syno_hdd_db.sh that there are a number of references to DS1821+ config files, left around when I migrated from that DiskStation to my current DS1823xs+ Do you know if these now required and should they be removed?
@007revad commented on GitHub (Nov 2, 2023):
Excellent.
To delete the old ds1821+ db files run this command:
cd /var/lib/disk-compatibility && for db in ./ds1821+*; do rm -i $db; doneYou will need to enter y to delete each file. This just gives you the chance to confirm it is going to delete the correct file.
@AndrewTapp commented on GitHub (Nov 2, 2023):
Once again many thanks for your help, take care.
@jyubonk commented on GitHub (Jan 20, 2025):
@007revad I see. So currently my internal nmve slot running as SSD storage as raid 0 and I do plan to add this card to add more slot for cache.
If I plan to do read/write cache - so I better use the internal slot as cache and external pcie card as storage?
@007revad commented on GitHub (Jan 20, 2025):
@jyubonk
I won't use a read/write cache (they are too dangerous). I've heard of many people losing their data after a DSM update.
Just install 32 or 64GB of memory in DS1823xs+ instead. Memory is faster than a NVMe write cache and DSM only caches small files less than 1MB.