Replies: 1 comment
-
|
Solved it by running the other script: Synology_enable_M2_volume.sh |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have an DS423+ and put the 1TB WD_BLACK SN850X. I ran the script and everything looks perfect (I attached the output at the bottom). But when I want to set up the new NVMe drive as a new volume I get the following error:
"This drive has not been tested or validated for M.2 SSD storage pools."
Did I miss something. I thought with this script the NVMe should work. Or am I doing anything wrong?
Thanks
Marcus
Output from script:
Synology_HDD_db v3.6.111
DS423+ x86_64 DSM 7.2.2-72806-3
StorageManager 1.0.0-00502
ds423+_host_v7 version 8040
Using options: -nr --showedits
Running from: /volume1/homes/marcus/Synology_HDD_db-main/syno_hdd_db.sh
HDD/SSD models found: 1
ST16000NM000J-2TW103,SN02,16000 GB
M.2 drive models found: 1
WD_BLACK SN850X HS 1000GB,620361WD,1000 GB
No M.2 PCIe cards found
No Expansion Units found
ST16000NM000J-2TW103 already exists in ds423+_host_v7.db
WD_BLACK SN850X HS 1000GB already exists in ds423+_host_v7.db
Support disk compatibility already enabled.
Support memory compatibility already disabled.
Max memory already set to 18 GB.
NVMe support already enabled.
M.2 volume support already enabled.
Disabled drive db auto updates.
ST16000NM000J-2TW103:
{
"SN02": {
"size_gb": 16000,
"compatibility_interval": [
{
"compatibility": "support",
"not_yet_rolling_status": "support",
"fw_dsm_update_status_notify": false,
"barebone_installable": true,
"barebone_installable_v2": "auto",
"smart_test_ignore": false,
"smart_attr_ignore": false
}
]
},
"default": {
"size_gb": 16000,
"compatibility_interval": [
{
"compatibility": "support",
"not_yet_rolling_status": "support",
"fw_dsm_update_status_notify": false,
"barebone_installable": true,
"barebone_installable_v2": "auto",
"smart_test_ignore": false,
"smart_attr_ignore": false
}
]
}
}
WD_BLACK SN850X HS 1000GB:
{
"620361WD": {
"size_gb": 1000,
"compatibility_interval": [
{
"compatibility": "support",
"not_yet_rolling_status": "support",
"fw_dsm_update_status_notify": false,
"barebone_installable": true,
"barebone_installable_v2": "auto",
"smart_test_ignore": false,
"smart_attr_ignore": false
}
]
},
"default": {
"size_gb": 1000,
"compatibility_interval": [
{
"compatibility": "support",
"not_yet_rolling_status": "support",
"fw_dsm_update_status_notify": false,
"barebone_installable": true,
"barebone_installable_v2": "auto",
"smart_test_ignore": false,
"smart_attr_ignore": false
}
]
}
}
Beta Was this translation helpful? Give feedback.
All reactions