├── 2025_plus_models.md ├── CHANGES.txt ├── LICENSE ├── README.md ├── bin ├── dhm_tool ├── dhm_tool.txt ├── dtc ├── dtc_info.txt └── dtc_source.txt ├── how_to_schedule.md ├── my-other-scripts.md ├── syno_hdd_db.sh ├── syno_hdd_shutdown.sh └── syno_hdd_vendor_ids.txt /2025_plus_models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/007revad/Synology_HDD_db/HEAD/2025_plus_models.md -------------------------------------------------------------------------------- /CHANGES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/007revad/Synology_HDD_db/HEAD/CHANGES.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/007revad/Synology_HDD_db/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/007revad/Synology_HDD_db/HEAD/README.md -------------------------------------------------------------------------------- /bin/dhm_tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/007revad/Synology_HDD_db/HEAD/bin/dhm_tool -------------------------------------------------------------------------------- /bin/dhm_tool.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/007revad/Synology_HDD_db/HEAD/bin/dhm_tool.txt -------------------------------------------------------------------------------- /bin/dtc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/007revad/Synology_HDD_db/HEAD/bin/dtc -------------------------------------------------------------------------------- /bin/dtc_info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/007revad/Synology_HDD_db/HEAD/bin/dtc_info.txt -------------------------------------------------------------------------------- /bin/dtc_source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/007revad/Synology_HDD_db/HEAD/bin/dtc_source.txt -------------------------------------------------------------------------------- /how_to_schedule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/007revad/Synology_HDD_db/HEAD/how_to_schedule.md -------------------------------------------------------------------------------- /my-other-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/007revad/Synology_HDD_db/HEAD/my-other-scripts.md -------------------------------------------------------------------------------- /syno_hdd_db.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/007revad/Synology_HDD_db/HEAD/syno_hdd_db.sh -------------------------------------------------------------------------------- /syno_hdd_shutdown.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/007revad/Synology_HDD_db/HEAD/syno_hdd_shutdown.sh -------------------------------------------------------------------------------- /syno_hdd_vendor_ids.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/007revad/Synology_HDD_db/HEAD/syno_hdd_vendor_ids.txt --------------------------------------------------------------------------------