007revad / Synology_M2_volume

Easily create an M.2 volume on Synology NAS
MIT License
776 stars 51 forks source link

ERROR 5 Failed to create syno partitions! #128

Closed paul0261 closed 4 months ago

paul0261 commented 4 months ago

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: error

007revad commented 4 months ago

Thanks.

I've fixed that bug in v1.3.24 https://github.com/007revad/Synology_M2_volume/releases/tag/v1.3.24

paul0261 commented 4 months ago

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. image

007revad commented 4 months ago

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 4 months ago

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

Success! Thank u so much!