Skip to content

Releases: 007revad/Synology_HDD_db

V1.1.13

13 Mar 09:30
945ff80
Compare
Choose a tag to compare
  • Fixed bug in v1.1.12 "check that M.2 volume support is enabled".

v1.1.12

13 Mar 09:21
e7dc084
Compare
Choose a tag to compare
  • Added check that M.2 volume support is enabled (on supported models).

v1.1.11

13 Mar 07:31
ef3674b
Compare
Choose a tag to compare
  • Added support for M.2 SATA drives.
  • Can now skip processing M.2 drives by running script with the -m2 flag.
  • Changed method of getting drive and firmware version so script is faster and easier to maintain. No longer using smartctl or hdparm.
  • Changed SAS drive firmware version detection to support SAS drives that hdparm doesn't work with.
  • Removed error message and aborting if *.db.new not found (clean DSM installs don't have a *.db.new).
  • Fixed script version check introduced in 1.0.7.

v1.1.10

09 Mar 23:19
1eac13a
Compare
Choose a tag to compare
  • Now makes DSM recheck disk compatibility so reboot not needed (DSM 7 only).
  • Fixed DSM 6 bug when DSM 6 used the old db file format.

v1.1.9

05 Mar 23:58
a461205
Compare
Choose a tag to compare
  • Added support for SAS drives.
  • Now gets HDD/SSD/SAS drive model number with smartctl instead of hdparm.

v1.1.8

05 Mar 08:15
971940d
Compare
Choose a tag to compare
  • 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

03 Mar 00:01
105bcf9
Compare
Choose a tag to compare

Added message if newer script version is available.

V1.0.6

01 Mar 07:32
5a6081c
Compare
Choose a tag to compare

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

27 Feb 02:24
Compare
Choose a tag to compare

Changed to avoid issue #2

v1.0.4

27 Feb 01:31
ac685c0
Compare
Choose a tag to compare

Now backs up the database file if there is no backup already.