mirror of
https://github.com/007revad/Synology_M2_volume.git
synced 2026-04-26 00:06:14 +03:00
[GH-ISSUE #128] ERROR 5 Failed to create syno partitions! #225
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Synology_M2_volume#225
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 @paul0261 on GitHub (Feb 19, 2024).
Original GitHub issue: https://github.com/007revad/Synology_M2_volume/issues/128
Dear Dave Russell,

I used your script on my synology to create my m2 volume pool but it seems to have some errors. I followed all the instructions shown in the README file and the error message is shown below:
@007revad commented on GitHub (Feb 19, 2024):
Thanks.
I've fixed that bug in v1.3.24 https://github.com/007revad/Synology_M2_volume/releases/tag/v1.3.24
@paul0261 commented on GitHub (Feb 19, 2024):
Thanks for the quick reply! However, I have tried the newest version but there are still error messages. Please see the error page below. I believed I installed this script probably one year ago but the storage pool callapsed because of the system update. Im not sure whether this information helps.

@007revad commented on GitHub (Feb 19, 2024):
You actually don't need syno_m2_volume with a DS1821+ running DSM 7.2.1
Use syno_hdd-db instead. It may actually be able to recover your existing NVMe volume. If not, it will allow you to create the storage pool and volume in storage manager. https://github.com/007revad/Synology_HDD_db
Run it with the -n flag to prevent DSM updating the drive databases.
And schedule it to run at bootup so you don't lose your NVMe volume after a DSM update. https://github.com/007revad/Synology_HDD_db/blob/main/how_to_schedule.md
@paul0261 commented on GitHub (Feb 19, 2024):
Success! Thank u so much!