007revad / Synology_M2_volume

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

NOT working on Synology 720+ with DSM 6.2.4 update 7. #64

Closed 007revad closed 1 year ago

007revad commented 1 year ago

NOT working on Synology 720+ with DSM 6.2.4 update 7. It will create the storage pool, but the volume is not created. I do not see any option for creating a volume from the SSD storage pool.

Config: two 500GB SSD, configured in RAID 1.

I had this working on DSM 7.1.1 with RAID 0, but I downgraded to DSM 6 and the script is not able to create the volume.

_Originally posted by @Ruben-Isai in https://github.com/007revad/Synology_M2_volume/issues/52#issuecomment-1606231802_

007revad commented 1 year ago

Can you post the output of the script.

Ruben-Isai commented 1 year ago

I will run it again as I lost connection to the SSH session at 90%. I did run the script again and it told me data scrubbing is running. Once that was finished, I rebooted the 720+, and I am able to see the SSD pool, but no volume is created.

Ruben-Isai commented 1 year ago

Is it possible to create the volume once the SSD Pool has been created?

007revad commented 1 year ago

If you run it again, now that the data scrubbing has finished, it should work (unless something changed between 6.2.4 update 6 and update 7).

Because DSM 6 does not have the "online assemble" the script does create the volume for DSM 6, so after a reboot the storage pool and volume should show up in storage manager without you needing to do anything else.

Personally I would upgrade to DSM 7.2 unless you have some USB device or app that needs DSM 6. If you do update to DSM 7.2 use https://github.com/007revad/Synology_HDD_db instead.

You'd need to update to 7.0.1 first: DS720+ DSM 7.0.1-42218 Then update to 7.2: DS720+ DSM 7.2-64570 Update 1

Ruben-Isai commented 1 year ago

Thank you for the response. I use DSM 6 as Moments has better subject / facial recognition.

I am running the script again and will post the entire SSH session output.

007revad commented 1 year ago

@Ruben-Isai

Did the script work?

Ruben-Isai commented 1 year ago

NOT working on Synology 720+ with DSM 6.2.4 update 7. It will create the storage pool, but the volume is not created. I do not see any option for creating a volume from the SSD storage pool.

Config: two 500GB SSD, configured in RAID 1.

I had this working on DSM 7.1.1 with RAID 0, but I downgraded to DSM 6 and the script is not able to create the volume.

_Originally posted by @Ruben-Isai in #52 (comment)_

On the 3rd attempt the script worked! I now have the RAID configured in mirror, and working! Thank you so much!