Jump to content

Guide: How to circumvent Synology hard drive restrictions

From Consumer_Action_Taskforce
Revision as of 11:50, 6 May 2025 by JamesTDG (talk | contribs) (Guide created!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

🔔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.


Origins

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 analyses 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 can be outdated, notably from a change by Synology. It is advised to the reader to follow this guide at their own risk, since this may unintentionally cause the NAS or the installed hard drives damage.

Some methods are aware of the wiki and are provided as refs here,[3] however due to the sake of limited time, they have yet to be integrated.

HDD DB

This method is recommended[4] to attempt first, as it is the easiest. First, download the zip file from the GitHub page[5] to a folder to your NAS, specifically not inside a M.2. volume.

You can simply drag + 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.[6]

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.[5]

Installing DSM on DS925+

Some unsupported drives are also reported to be impossible to run this script, as it is reliant on Synology's DSM operating system. All information has been copied over from a reddit post as of May 6, 2025.[7] It is recommended to check in with the post before following this guide since it will be more up-to-date.

Preparation (steps for DS925+):

  1. Save the script[7] on your desktop as skip_syno_hdds.py file
  2. Download DS925+ firmware from the Synology site: https://www.synology.com/en-me/support/download/DS925+?version=7.2#system
  3. Insert empty disks into the NAS
  4. Turn it on and wait a few minutes for it to fully boot
  5. Find out the IP address of the NAS in your LAN - either check in your router or scan the network.
  6. In the browser, check that on http://<NAS_IP>:5000 you have NAS DSM installation welcome page opening.
  7. 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.

  1. 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 as python3 skip_syno_hdds.py 192.168.1.100
  2. Now, refresh the browser page and proceed with DSM installation normally.
  3. When asked, give it the .pat file with DSM firmware that you downloaded earlier. (currently it is DSM_DS925+_72806.pat file)
  4. 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[5] 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

  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. Bhutani, Dhruv (May 5, 2025). "I got around Synology's dumb drive restrictions — here's how". XDA Developers. Retrieved May 6, 2025.
  5. 5.0 5.1 5.2 Russel, Dave (Feb 26, 2023). "Synology HDD db". Github. Retrieved May 6, 2025.
  6. Russel, Dave. "How to schedule a script in Synology Task Scheduler". Github. Retrieved May 6, 2025.
  7. 7.0 7.1 Alex_of_chaos (Apr 28, 2025). "(Script) Installing DSM on DS925+ using unsupported drives". Reddit. Retrieved May 6, 2025.