From 3298971e79225ed92cc2c016c40ed37ac5d3ebb3 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Wed, 7 May 2025 05:58:18 +1000 Subject: [PATCH] Update 2025_plus_models.md --- 2025_plus_models.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/2025_plus_models.md b/2025_plus_models.md index 5f7ae7a..2196002 100644 --- a/2025_plus_models.md +++ b/2025_plus_models.md @@ -43,7 +43,8 @@ #### Via SSH sudo -s /opt/syno_hdd_db.sh ``` -8. You can now create your storage pool from Storage Manager +8. If Storage Manager is already open close then open it, or refresh the web page. +9. You can now create your storage pool from Storage Manager. #### Via a scheduled task @@ -52,7 +53,8 @@ #### Via a scheduled task 3. Select **root** as the user (The script needs to run as root). 4. Untick **Enable**. 5. Click **Task Settings**. -6. In the box under **User-defined script** paste the following: +6. Tick **Send run details by email** and enter your email address. +7. In the box under **User-defined script** paste the following: ``` mkdir -m775 /opt cd /opt || (echo "Failed to CD to /opt"; exit 1) @@ -61,7 +63,8 @@ #### Via a scheduled task chmod 750 /opt/syno_hdd_db.sh /opt/syno_hdd_db.sh ``` -7. Click **OK** to save the settings. - -You can now create your storage pool from Storage Manager - +8. Click **OK** > **OK** > type your password > **Submit** to save the scheduled task. +9. Now select the scheduld task and click RUn. +10. Check your emails to make sure the schedule task ran without any error. +11. If Storage Manager is already open close then open it, or refresh the web page. +12. You can now create your storage pool from Storage Manager.