[GH-ISSUE #10] problem after upgrading to 7.2 #200

Closed
opened 2026-03-09 03:04:47 +03:00 by kerem · 10 comments
Owner

Originally created by @DervilRus on GitHub (Apr 1, 2023).
Original GitHub issue: https://github.com/007revad/Synology_enable_M2_volume/issues/10

Hello. I have a problem after upgrading to 7.2. Help me please. I have DS 920+. Today I updated to 7.2 After the reboot, I got a non-working SSD. Synology in NVME properties writes an unsupported device. Online assembly/restoration of the volume fails. Is there any chance that your script will help in my data recovery problem?

Originally created by @DervilRus on GitHub (Apr 1, 2023). Original GitHub issue: https://github.com/007revad/Synology_enable_M2_volume/issues/10 Hello. I have a problem after upgrading to 7.2. Help me please. I have DS 920+. Today I updated to 7.2 After the reboot, I got a non-working SSD. Synology in NVME properties writes an unsupported device. Online assembly/restoration of the volume fails. Is there any chance that your script will help in my data recovery problem?
kerem closed this issue 2026-03-09 03:04:52 +03:00
Author
Owner

@DervilRus commented on GitHub (Apr 1, 2023):

syno1
syno2
syno3

Please take a look.
What can be done in this situation

DS920+, DSM_DS920+_64216. Before the update to this beta, everything worked fine.

<!-- gh-comment-id:1492860583 --> @DervilRus commented on GitHub (Apr 1, 2023): ![syno1](https://user-images.githubusercontent.com/84242788/229271550-b1ccc917-ff65-4d66-b915-92761277a0eb.jpg) ![syno2](https://user-images.githubusercontent.com/84242788/229271533-e5661909-128f-4b58-914a-94321bfd3a5a.jpg) ![syno3](https://user-images.githubusercontent.com/84242788/229271616-100d3a85-298c-4f1b-8bae-34caba0489f2.jpg) Please take a look. What can be done in this situation DS920+, DSM_DS920+_64216. Before the update to this beta, everything worked fine.
Author
Owner

@007revad commented on GitHub (Apr 1, 2023):

Running the script wont make it worse. If it doesn't help you can run the script again with the -- restore option to undo the change the script made.

Otherwise I'd suggest connecting the M.2 drive to a Linux computer (or boot a PC from a Linux boot disk) then mount the data partition and backup your data.

<!-- gh-comment-id:1492866543 --> @007revad commented on GitHub (Apr 1, 2023): Running the script wont make it worse. If it doesn't help you can run the script again with the -- restore option to undo the change the script made. Otherwise I'd suggest connecting the M.2 drive to a Linux computer (or boot a PC from a Linux boot disk) then mount the data partition and backup your data.
Author
Owner

@DervilRus commented on GitHub (Apr 1, 2023):

Thank you very much for the answer. I solved the problem. Or rather, you solved my problem, but with another script, https://github.com/007revad/Synology_HDD_db, it helped!!!!!!!!

<!-- gh-comment-id:1492867724 --> @DervilRus commented on GitHub (Apr 1, 2023): Thank you very much for the answer. I solved the problem. Or rather, you solved my problem, but with another script, https://github.com/007revad/Synology_HDD_db, it helped!!!!!!!!
Author
Owner

@aferende commented on GitHub (Apr 1, 2023):

Is the data in the storage pool/volume intact? All recovered?

<!-- gh-comment-id:1492868076 --> @aferende commented on GitHub (Apr 1, 2023): Is the data in the storage pool/volume intact? All recovered?
Author
Owner

@DervilRus commented on GitHub (Apr 1, 2023):

Is the data in the storage pool/volume intact? All recovered?

Everything is fine, the syno_hdd_db.sh script returned my status as the before to update to 7.2

<!-- gh-comment-id:1492870775 --> @DervilRus commented on GitHub (Apr 1, 2023): > Is the data in the storage pool/volume intact? All recovered? Everything is fine, the syno_hdd_db.sh script returned my status as the before to update to 7.2
Author
Owner

@DervilRus commented on GitHub (Apr 1, 2023):

I have an idea. Maybe it makes sense to add to this script(Synology_enable_M2_volume) the addition of nvme to the database of compatible devices? I think right now, many will begin to face my problem.

<!-- gh-comment-id:1492875966 --> @DervilRus commented on GitHub (Apr 1, 2023): I have an idea. Maybe it makes sense to add to this script(Synology_enable_M2_volume) the addition of nvme to the database of compatible devices? I think right now, many will begin to face my problem.
Author
Owner

@aferende commented on GitHub (Apr 1, 2023):

I think it makes sense too. Most people who buy M2 for NAS are not using the official Synology ones.
At least a message in the M2 script warning to recommend a vision of the HDD update script could be very useful, or a clear alert in the readme.md on the github homepage

<!-- gh-comment-id:1492880138 --> @aferende commented on GitHub (Apr 1, 2023): I think it makes sense too. Most people who buy M2 for NAS are not using the official Synology ones. At least a message in the M2 script warning to recommend a vision of the HDD update script could be very useful, or a clear alert in the readme.md on the github homepage
Author
Owner

@007revad commented on GitHub (Apr 1, 2023):

Good idea.

The syno_hdd_db.sh script would have enabled support_m2_volume, as well as adding your drives to the compatibility database.

<!-- gh-comment-id:1492881358 --> @007revad commented on GitHub (Apr 1, 2023): Good idea. The syno_hdd_db.sh script would have enabled support_m2_volume, as well as adding your drives to the compatibility database.
Author
Owner

@007revad commented on GitHub (Apr 1, 2023):

I've had a think about the suggestions and I can't add the NVMe drives to the drive compatibility db files in the syno_m2_volume.sh script because the db files get replaced when doing a DSM update.

I'll add a warning on the readme and show the warning in the syno_create_m2_volume.sh script that shows when it runs.

<!-- gh-comment-id:1492887750 --> @007revad commented on GitHub (Apr 1, 2023): I've had a think about the suggestions and I can't add the NVMe drives to the drive compatibility db files in the syno_m2_volume.sh script because the db files get replaced when doing a DSM update. I'll add a warning on the readme and show the warning in the syno_create_m2_volume.sh script that shows when it runs.
Author
Owner

@007revad commented on GitHub (Apr 1, 2023):

I've added a warning on the Synology_M2_volume readme and updated Synology_M2_volume v1.2.12

<!-- gh-comment-id:1492895062 --> @007revad commented on GitHub (Apr 1, 2023): I've added a warning on the Synology_M2_volume readme and updated [Synology_M2_volume v1.2.12](https://github.com/007revad/Synology_M2_volume/releases/tag/v1.2.12)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Synology_enable_M2_volume#200
No description provided.