-
Hi everybody, Since my DS2422+ 7.2-64570 update, the script hasn't any effetct : all my 12 disks + 2 ssd are show as "unverified". If someone has an idea ? |
Beta Was this translation helpful? Give feedback.
Replies: 16 comments 12 replies
-
Can you reply with the output from the script. |
Beta Was this translation helpful? Give feedback.
-
Sure, here you have. HDD/SSD models found: 7 M.2 drive models found: 1 M.2 PCIe card models found: 1 No Expansion Units found [0;33mHD204UI [0m already exists in [0;36mds2422+_host_v7.db [0m Support disk compatibility already enabled. Support memory compatibility already enabled. M.2 volume support already enabled. Drive db auto updates already enabled. DSM successfully checked disk compatibility. You may need to [0;36mreboot the Synology [0m to see the changes.` |
Beta Was this translation helpful? Give feedback.
-
The ds2413+host files are probably leftover from when you migrated drives from DS2413+ to the DS2422+ but they shouldn't be a problem, but I'd delete them anyway. DSM won't allow to create a volume on M.2 drives in the E10M20-T1 (officially it will only let use them as a cache). If you want to use them as a volume you'll need to use my https://github.com/007revad/Synology_M2_volume script. I don't know if the Samsung drive's 1AQ10001 firmware version is correct, but the Toshiba drive is showing the same firmware version.
And then there's the 3 strange lines after the Toshiba drive:
The 0603 looks like a Seagate drive firmware version but I don't see any Seagate drives. And the script is trying to add this as 1 drive, which may have made a mess of the .db files.
What I'd expect to see is your 7 different drive models listed as:
It's bed time here so I'll get back to you tomorrow with some commands to run to find out what's going on. |
Beta Was this translation helpful? Give feedback.
-
Can you reply with the output of the following commands:
If that returns nothing or an error run these commands:
|
Beta Was this translation helpful? Give feedback.
-
Actually all you need to run is: And you can delete the drive's serial numbers if you want. There the 4th column. |
Beta Was this translation helpful? Give feedback.
-
Here the result : root@Bayek:~# sudo -i syno_hdd_util --ssd_detect |
Beta Was this translation helpful? Give feedback.
-
Can you run the following commands to delete the old ds2413+ files:
Then run these commands and reply back with the results:
|
Beta Was this translation helpful? Give feedback.
-
Can you download this file and unzip it: Then run drive_info2.sh and reply back with the results. |
Beta Was this translation helpful? Give feedback.
-
I see the problem. For sata1 it's getting the firmware version sata11, sata12, sata10 and sata1 Does this command return only 0603 ? |
Beta Was this translation helpful? Give feedback.
-
Perfect. Can you try this updated version of the script: |
Beta Was this translation helpful? Give feedback.
-
Try running it with the -nf options: Then reboot. |
Beta Was this translation helpful? Give feedback.
-
Can you replace the ds2422+_host_v7.db and ds2422+_e10m20-t1_v7.db files in /var/lib/disk-compatibility with ones in the attached zip file. Then run the script again with -nf and reboot. |
Beta Was this translation helpful? Give feedback.
-
Oops. I've attached the zip file this time. |
Beta Was this translation helpful? Give feedback.
-
It is weird that you were only getting a warning on the Toshiba drive. I'm starting to think with DSM 7.2 the xs+ models may also need the db files in /var.defaults/lib edited as well. Can you try the following script. It makes DSM think all your drives are Synology drives. |
Beta Was this translation helpful? Give feedback.
-
I've edited by hand the ds2422+_host_v7.db file and attached it to this reply. Can you unzip it and copy the new If that doesn't work then also copy the new |
Beta Was this translation helpful? Give feedback.
-
I think things got messed up when the script added drive 1 as:
Instead of as HDWG11A with firmware version 0630 Are you willing to reinstall the same DSM version? That will restore all the changed files, without losing your data or settings. https://github.com/007revad/Synology_DSM_reinstall/blob/main/README.md |
Beta Was this translation helpful? Give feedback.
I think things got messed up when the script added drive 1 as:
Instead of as HDWG11A with firmware version 0630
Are you willing to reinstall the same DSM version? That will restore all the changed files, without losing your data or settings.
https://github.com/007revad/Synology_DSM_reinstall/blob/main/README.md