Guide: How to circumvent Synology hard drive restrictions
🔔This is a user-submitted 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.
- For official mission and guidelines, please see our Mission statement
If you believe this notice has been placed in error, please visit the #appeals
channel on our Discord server: Join Here.
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
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
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/007revad/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]
Installing DSM on DS925+
Some unsupported drives are also reported to be incompatible with the above script, as they are reliant on Synology's DSM operating system. This segment of the guidehas been adapted from a reddit post as of May 6, 2025.[6]
Preparation (steps for DS925+):
- Save the script[6] on your desktop as
skip_syno_hdds.py
file - Download DS925+ firmware from the Synology site: https://www.synology.com/en-me/support/download/DS925+?version=7.2#system
- Insert empty disks into the NAS
- Turn it on and wait a few minutes for it to fully boot
- Find out the IP address of the NAS in your LAN - either check in your router or scan the network.
- In the browser, check that on
http://<NAS_IP>:5000
you have NAS DSM installation welcome page opening. - Leave it on that page without proceeding with the installation.
Using the script:
Warning: This script has been developed with a Linux host in mind, however machines running Windows or MacOS with Python3 installed should also be capable of running this.
- Run the script as
python3 skip_syno_hdds.py <NAS_IP>
. For example, if your NAS' IP address is 192.168.1.100, run the script aspython3 skip_syno_hdds.py 192.168.1.100
- Now, refresh the browser page and proceed with DSM installation normally.
- When asked, give it the .pat file with DSM firmware that you downloaded earlier. (currently it is
DSM_DS925+_72806.pat
file) - After the installation is done, don't try to create the storage pool immediately. Instead, add your disks to the DSM compatibility list using Dave's script[4] or just set
support_disk_compatibility="no"
in/etc/synoinfo.conf
, then you can proceed with pool creation.
Alternative installation
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
- ↑ 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.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) - ↑ "Finally managed to get WD Red Disks working without compatibility issue on DS3622xs+". Reddit. 2023. Retrieved 2025-04-19.
- ↑ 4.0 4.1 4.2 Russel, Dave (Feb 26, 2023). "Synology HDD db". Github. Retrieved May 6, 2025.
- ↑ Russel, Dave. "How to schedule a script in Synology Task Scheduler". Github. Retrieved May 6, 2025.
- ↑ 6.0 6.1 Alex_of_chaos (Apr 28, 2025). "(Script) Installing DSM on DS925+ using unsupported drives". Reddit. Retrieved May 6, 2025.