Guide: How to circumvent Synology hard drive restrictions

🔔This is a user-submitted guide

This article is a guide.

This guide is submitted by community member User:JamesTDG, and is presented from the perspectives of linked references, with various modifications from Consumer Action Taskforce members.


What is presented here is not objective information about a company's relation to consumer rights and does not follow the Consumer Action Taskforce Wiki's usual content guidelines.

This is a guide intended to give you more rights over your purchase. Inclusion of guides such as this one is only permitted in certain circumstances described in the article types page.

This guide may be incomplete and the information in it may have not been validated or updated. For more information see the discussion around it.

Follow at your own risk.

If you believe this notice has been placed in error, please visit the #appeals channel on our Discord server: Join Here.


Main article: Synology requiring proprietary-branded drives to be used with its NAS

In early 2025, Synology introduced a requirement for new NAS models moving forward to be used exclusively with their branded hard drives.[1] While at the moment this does not affect any of the company's NAS models before the change, owners of newer NAS models will lose vital functionalities for non-Synology-branded drives,[2] such as lifespan analysis and automatic firmware updates. Additionally, storage pools are restricted for third-party drives and support for third-party drives are either limited or nonexistent.[2]

Guide edit

Warning: It is possible that this guide may be outdated, or contain incorrect information, either due to changes made by Synology or for other reasons. It is therefore advised that the reader to follow this guide at their own risk, acknowledging potential for damage to the NAS or installed hard drives.

Some methods are aware of the wiki and are provided as references here[3].

HDD DB edit

Download the zip file from the GitHub page[4] to a folder on your NAS, which is not inside a M.2. volume.

You can drag and drop this file onto your NAS and unzip the file, or alternatively use SSH and input the following commands into the command line:

cd $HOME
wget https://github.com/Consumer-Rights-Wiki-Org/Synology_HDD_db/archive/refs/heads/main.zip -O syno_hdd_db.zip
7z x syno_hdd_db.zip
cd Synology_HDD_db-main && ls -ali

Verify that the following files are in the same folder:

  • syno_hdd_db.sh
  • syno_hdd_vendor_ids.txt
  • dtc or the bin folder containing dtc (only required if you have a E10M20-T1, M2D20 or M2D18 in a NAS that does not support them).

Now, you just need to set this script to run after an update, as any update will override the script. You can easily set the script to run via the guide provided by the HDD DB Github page.[5]

Any changes may not be immediately visible, so it is recommended to restart your NAS after the script is first run.

There are additional features this script provides, and necessary troubleshooting so it is advised to further study the GitHub page if you are interested.[4]

Alternative installation edit

There are also 2 commands you can run to circumvent the script should it be either too cumbersome or no-longer function.

Log into your NAS via telnet with the following command:

http://[ip-address of NAS]:5000/webman/start_telnet.cgi

Now after being logged in via root, input this command:

printf '#!/bin/sh\nexit 0\n' >"/usr/syno/share/get_hcl_invalid_disks.sh"  

Refreshing the web install page should allow for you to now use your incompatible drive with modern Synology NAS software.

References edit

  1. Morales, Jowi (Apr 16, 2025). "Synology requires self-branded drives for some consumer NAS systems, drops full functionality and support for third-party HDDs". Tom's Hardware. Retrieved 18 Apr 2025.{{cite web}}: CS1 maint: url-status (link)
  2. 2.0 2.1 "Synology weitet Nutzung auf Plus-Modelle aus". www.hardwareluxx.de. 16 Apr 2025. Retrieved 18 Apr 2025.{{cite web}}: CS1 maint: url-status (link)
  3. "Finally managed to get WD Red Disks working without compatibility issue on DS3622xs+". Reddit. 2023. Retrieved 2025-04-19.
  4. 4.0 4.1 Russel, Dave (Feb 26, 2023). "Synology HDD db". Github. Retrieved May 6, 2025.
  5. Russel, Dave. "How to schedule a script in Synology Task Scheduler". Github. Retrieved May 6, 2025.