Skip to content

Releases: 007revad/Synology_HDD_db

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.

v1.0.3

26 Feb 20:54
Compare
Choose a tag to compare

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

26 Feb 19:45
Compare
Choose a tag to compare

Improved formatting when listing found drives