From f598c6cd14a92db310d066b55e1768bed5eddad8 Mon Sep 17 00:00:00 2001 From: 007revad <39733752+007revad@users.noreply.github.com> Date: Sun, 5 Mar 2023 18:54:24 +1100 Subject: [PATCH] Create CHANGES.txt --- CHANGES.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 CHANGES.txt diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 0000000..4d120b7 --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,36 @@ +v1.1.8 +- Added support for SAS drives. +- Now gets HDD/SSD/SAS drive model number with smartctl instead of hdparm. +- Now prevents DSM auto updating the drive database. +- Disable "support_disk_compatibility" (that was added in v1.0.6) is now optional. + - Run script with -f or -force to disable "support_disk_compatibility". + - If run without -f or -force "support_disk_compatibility" is re-enabled. + +v1.0.7 +Added message if newer script version is available. + +v1.0.6 +Added 2nd method of disabling disk compatibility to solve issue #1 and #4 for the few people where the original method didn't work. + +v1.0.5 +Changed to avoid issue #2 + +v1.0.4 +Now backs up the database file if there is no backup already. + +v1.0.3 +Changed to avoid avoid error messages from previous change to search for sda and sata# drives in DSM 6 and DSM 7. +- /dev/sata*: No such file or directory +- /dev/sd*: No such file or directory + +v1.0.2 +Improved formatting when listing found drives. + +v1.0.1 +Fixed issue where drives weren't detected if: +- NAS had been updated from DSM 6 to DSM 7 and still used sda, sdb etc. +- Models like the DVA3219 that use sata# even in DSM 6. + +v1.0.0 +Initial release. +