[GH-ISSUE #64] NOT working on Synology 720+ with DSM 6.2.4 update 7. #15

Closed
opened 2026-03-07 19:19:26 +03:00 by kerem · 7 comments
Owner

Originally created by @007revad on GitHub (Jun 25, 2023).
Original GitHub issue: https://github.com/007revad/Synology_M2_volume/issues/64

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

Originally created by @007revad on GitHub (Jun 25, 2023). Original GitHub issue: https://github.com/007revad/Synology_M2_volume/issues/64 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_
kerem closed this issue 2026-03-07 19:19:26 +03:00
Author
Owner

@007revad commented on GitHub (Jun 25, 2023):

Can you post the output of the script.

<!-- gh-comment-id:1606247331 --> @007revad commented on GitHub (Jun 25, 2023): Can you post the output of the script.
Author
Owner

@Ruben-Isai commented on GitHub (Jun 26, 2023):

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.

<!-- gh-comment-id:1606360213 --> @Ruben-Isai commented on GitHub (Jun 26, 2023): 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.
Author
Owner

@Ruben-Isai commented on GitHub (Jun 26, 2023):

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

<!-- gh-comment-id:1606360426 --> @Ruben-Isai commented on GitHub (Jun 26, 2023): Is it possible to create the volume once the SSD Pool has been created?
Author
Owner

@007revad commented on GitHub (Jun 26, 2023):

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

<!-- gh-comment-id:1606413746 --> @007revad commented on GitHub (Jun 26, 2023): 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](https://global.synologydownload.com/download/DSM/release/7.0.1/42218/DSM_DS720%2B_42218.pat?model=DS720%2B&bays=2&dsm_version=7.0.1&build_number=42218) Then update to 7.2: [DS720+ DSM 7.2-64570 Update 1](https://global.synologydownload.com/download/DSM/release/7.2/64570-1/DSM_DS720%2B_64570.pat?model=DS720%2B&bays=2&dsm_version=7.2&build_number=64570)
Author
Owner

@Ruben-Isai commented on GitHub (Jun 26, 2023):

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.

<!-- gh-comment-id:1606419138 --> @Ruben-Isai commented on GitHub (Jun 26, 2023): 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.
Author
Owner

@007revad commented on GitHub (Jun 28, 2023):

@Ruben-Isai

Did the script work?

<!-- gh-comment-id:1610415806 --> @007revad commented on GitHub (Jun 28, 2023): @Ruben-Isai Did the script work?
Author
Owner

@Ruben-Isai commented on GitHub (Jul 2, 2023):

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!

<!-- gh-comment-id:1616250565 --> @Ruben-Isai commented on GitHub (Jul 2, 2023): > 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)](https://github.com/007revad/Synology_M2_volume/issues/52#issuecomment-1606231802)_ On the 3rd attempt the script worked! I now have the RAID configured in mirror, and working! Thank you so much!
Sign in to join this conversation.
No labels
bug
pull-request
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_M2_volume#15
No description provided.