From 4f34ffc5f179d3d81d188630dea09d4184cd0a74 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sun, 14 Dec 2025 08:42:16 +1100 Subject: [PATCH 1/2] Update script version to v3.6.115 --- syno_hdd_db.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syno_hdd_db.sh b/syno_hdd_db.sh index dc7f7c2..c0bce76 100644 --- a/syno_hdd_db.sh +++ b/syno_hdd_db.sh @@ -29,7 +29,7 @@ # /var/packages/StorageManager/target/ui/storage_panel.js -scriptver="v3.6.114" +scriptver="v3.6.115" script=Synology_HDD_db repo="007revad/Synology_HDD_db" scriptname=syno_hdd_db @@ -435,7 +435,7 @@ if grep -qE "^${vol_name#/dev/} .+ nvme" /proc/mdstat then ding echo -e "\n${Yellow}WARNING${Off} Don't store this script on an NVMe volume!" - exit 3 + #exit 3 fi From a0d5c0636185cd99cf2fb00c7c3f361df42fa82e Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sun, 14 Dec 2025 08:43:39 +1100 Subject: [PATCH 2/2] Bump version to v3.6.115 with bug fixes Updated version to v3.6.115 and added bug fixes. --- CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 61604be..2b4afd6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,8 @@ -v3.6.114 +v3.6.115 - Added syno_hdd_shutdown.sh to the auto update code. - Now if script is located on an NVMe volume it warns you and exits. Previously it just warned you and continued. - Bug fix for DSM 7.3 not disabling compatible drive database auto update. +- Bug fix for script thinking it's on an NVMe volume if the HDD volume it's on has a NVMe cache. v3.6.113 - Added check that DSM 7.3 db file was successfully compacted.