Skip to content

Releases: 007revad/Synology_HDD_db

v3.5.101

22 Aug 06:54
6d6bb2d
Compare
Choose a tag to compare
  • Changed to support "--restore --ssd=restore" to restore write_mostly when restoring all other changes. Issue #340
    • When using --restore you can also use --ssd=restore, -e or --email

v3.5.100-RC

19 Aug 04:08
25981e0
Compare
Choose a tag to compare
v3.5.100-RC Pre-release
Pre-release
  • Changed to support "--restore --ssd=restore" to restore write_mostly when restoring all other changes. Issue #340
    • When using --restore you can also use --ssd=restore, -e or --email

v3.5.98

15 Aug 04:18
1c9fcc3
Compare
Choose a tag to compare
  • Changed to automatically download and install dtc if all of the following 4 conditions are met:
    1. dtc is not already installed.
    2. /bin/dtc or dtc are not in the same folder as the script.
    3. The script needs dtc.
    4. The script is running from task scheduler.
  • Bug fix for "Enable write_mostly on slow internal drives so DSM runs from the fast internal drive(s)." Issue #340
  • Improved output to make it clear which drive(s) have most_writely set

v3.5.97

29 Jul 08:10
03bc2b4
Compare
Choose a tag to compare
  • Changed silently skip empty .db.new files with showing an error. Issue #175
  • Changed to warn if db file is 0 bytes.

v3.5.96

18 Jul 12:13
81eb48f
Compare
Choose a tag to compare
  • Added option to set write_mostly for your internal HDDs so DSM will normally read from your faster internal SSD(s).
    • It can automatically set DSM to read from your internal SSDs.
    • Or you can tell the script which internal drive(s) DSM should read from.

Thanks to Xeroxxx for the writemostly suggestion and their writeup here:
https://www.techspark.de/speed-up-synology-dsm-with-hdd-ssd/

v3.5.94

14 Jul 01:27
c155cff
Compare
Choose a tag to compare
  • Updated to support newer drive db versions.
    • Synology added size_gb in a recent host v7 version (in SynoOfflinePack 764).
    • Synology added barebone_installable_v2 in the latest host v7 version (in SynoOfflinePack 787).
  • Bug fix when restoring where memcheck service was only re-enabled on DVA models.
  • Changed to add leading 0 to short vids reported by drive.
    • Sets 2 vids in case DSM uses the short one (e.g. 0x05dc=brand and 0x5dc=brand).

Note: You may need to run syno_hdd_db without the -n or --noupdate option, then update the drive database from
"Storage Manager > HDD/SSD > Settings > Advanced > Update Now" then run syno_hdd_db with your preferred options.

v3.5.93

03 Jul 21:48
78d60ef
Compare
Choose a tag to compare
  • Bug fix for false "Failed to delete tmp files" log entries when script updates itself. Issue #312
    • Bug first appeared in v3.1.64

v3.5.92

30 Jun 05:39
ec046aa
Compare
Choose a tag to compare
  • Changed to support M.2 SATA SSDs in M2D18 or M2D17.
  • Change -s, --show option to show changes for each different drive model.

v3.5.91

13 Jun 07:31
ebaf7ad
Compare
Choose a tag to compare
  • Changed to not exit if no SATA or SAS drives found. Issue #303
    • Now only exits if no SATA, SAS or NVMe drives found.

v3.5.90

10 May 22:30
1664f0f
Compare
Choose a tag to compare
  • Changed to enable creating storage pools/volumes on NVMe drives in a PCIe M.2 adaptor in DSM 7.2
    • Previously only supported DSM 7.2.1
  • Changed to enable creating storage pools/volumes on NVMe drives in a PCIe M.2 adaptor even if PCIe M.2 adaptor not found.
    • This may allow creating NVMe volumes on 3rd party PCIe M.2 adaptors.
  • Bug fix for when there's multiple expansion unit models only the last expansion unit was processed. Issue #288
  • Bug fix for when there's multiple M2 adaptor card models only the last M2 card was processed.
  • Bug fix for incorrectly matching model name variations as well as the exact model name.
    • e.g. RX1217 matched RX1217, RX1217rp and RX1217sas.