Skip to content

Releases: 007revad/Synology_HDD_db

v1.2.20

22 Mar 22:31
bb0beaf
Compare
Choose a tag to compare

v1.2.20

  • Added timeouts when checking for newer script version in case github is down or slow.
  • Fixed change log (v1.2.19 and v1.2.18 were listed as v2.2.19 and v2.2.19).

v1.2.19

  • Minor change to check new version code.

v1.2.18

  • Minor shell output formatting fix.

v1.2.17

20 Mar 17:25
79159da
Compare
Choose a tag to compare

Added disable support memory compatibility option

v1.2.16

19 Mar 21:08
264464b
Compare
Choose a tag to compare

Changed to show the script version, Synology model and DSM version on each run to make it easier to debug any user's issues.

v1.2.15

19 Mar 20:32
96251a3
Compare
Choose a tag to compare
  • Now finds your expansion units' model numbers and adds your drives to their db files.
  • Now adds your M.2 drives to your M.2 PCI card's db files (supports M2Dxx and E10M20-T1 and future models with similar model names).
  • Improved flags/options checking and added usage help (-h or --help) and version info (-v or --version).
  • Can now download the latest script version for you (if you have 'user home service' enabled in DSM).
  • Now adds 'support_m2_pool="yes"' line for models that don't have support_m2_pool in synoinfo.conf
    • To (hopefully) prevent losing your SSH created M2 volume when running this script on models that DSM 7.2 Beta does not list as supported for creating M2 volumes.
  • Added removal of " 00Y" from end of Samsung/Lenovo SSDs to fix issue #13.
  • Changed Synology NAS model detection to be more reliable (for models that came in different variations and report extra text after model). issue #2 and issue #10
  • Changed checking drive_db_test_url setting to be more durable.
  • Fixed bug where removable drives were being added to the drive database.
  • Fixed bug where "M.2 volume support already enabled" message appeared when NAS had no M.2 drives.

v1.1.14

17 Mar 07:54
93a59b1
Compare
Choose a tag to compare
  • Minor bug fix.

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.