Guide: How to circumvent Synology hard drive restrictions: Difference between revisions
Guide created! |
m Changed github link to the monitored fork |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{GuideNotice|comment=''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.''}} | {{GuideNotice|comment=''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.''}} | ||
{{Main|Synology requiring proprietary-branded drives to be used with its NAS}} | {{Main|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.<ref name=":0">{{Cite web |last=Morales |first=Jowi |date=Apr 16, 2025 |title=Synology requires self-branded drives for some consumer NAS systems, drops full functionality and support for third-party HDDs |url=https://www.tomshardware.com/pc-components/nas/synology-requires-self-branded-drives-for-some-consumer-nas-systems-drops-full-functionality-and-support-for-third-party-hdds |url-status=live |access-date=18 Apr 2025 |website=Tom's Hardware}}</ref> 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,<ref name=":1">{{Cite web |date=16 Apr 2025 |title=Synology weitet Nutzung auf Plus-Modelle aus |url=https://www.hardwareluxx.de/index.php/news/hardware/festplatten/65949-synology-weitet-den-zwang-zur-eignen-oder-zertifizierten-festplatte-auf-die-plus-modelle-aus.html |url-status=live |access-date=18 Apr 2025 |website=www.hardwareluxx.de}}</ref> such as lifespan | In early 2025, [[Synology]] introduced a requirement for new NAS models moving forward to be used exclusively with their branded hard drives.<ref name=":0">{{Cite web |last=Morales |first=Jowi |date=Apr 16, 2025 |title=Synology requires self-branded drives for some consumer NAS systems, drops full functionality and support for third-party HDDs |url=https://www.tomshardware.com/pc-components/nas/synology-requires-self-branded-drives-for-some-consumer-nas-systems-drops-full-functionality-and-support-for-third-party-hdds |url-status=live |access-date=18 Apr 2025 |website=Tom's Hardware}}</ref> 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,<ref name=":1">{{Cite web |date=16 Apr 2025 |title=Synology weitet Nutzung auf Plus-Modelle aus |url=https://www.hardwareluxx.de/index.php/news/hardware/festplatten/65949-synology-weitet-den-zwang-zur-eignen-oder-zertifizierten-festplatte-auf-die-plus-modelle-aus.html |url-status=live |access-date=18 Apr 2025 |website=www.hardwareluxx.de}}</ref> 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.<ref name=":1" /> | ||
== Guide == | ==Guide== | ||
Warning: It is possible that this 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 | Some methods are aware of the wiki and are provided as references here<ref>{{Cite web |date=2023 |title=Finally managed to get WD Red Disks working without compatibility issue on DS3622xs+ |url=https://www.reddit.com/r/synology/comments/161w36v/finally_managed_to_get_wd_red_disks_working/ |access-date=2025-04-19 |website=Reddit}}</ref>. | ||
=== HDD DB === | ===HDD DB=== | ||
Download the zip file from the GitHub page<ref name=":2">{{Cite web |last=Russel |first=Dave |date=Feb 26, 2023 |title=Synology HDD db |url=https://github.com/007revad/Synology_HDD_db |access-date=May 6, 2025 |website=Github}}</ref> to a folder on your NAS, which is not inside a M.2. volume. | |||
You can | 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 | cd $HOME | ||
wget <nowiki>https://github.com/ | |||
wget <nowiki>https://github.com/Consumer-Rights-Wiki-Org/Synology_HDD_db/archive/refs/heads/main.zip</nowiki> -O syno_hdd_db.zip | |||
7z x syno_hdd_db.zip | 7z x syno_hdd_db.zip | ||
cd Synology_HDD_db-main && ls -ali | cd Synology_HDD_db-main && ls -ali | ||
Verify that the following files are in the same folder: | Verify that the following files are in the same folder: | ||
* syno_hdd_db.sh | *syno_hdd_db.sh | ||
* syno_hdd_vendor_ids.txt | *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). | *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.<ref>{{Cite web |last=Russel |first=Dave |title=How to schedule a script in Synology Task Scheduler |url=https://github.com/007revad/Synology_HDD_db/blob/main/how_to_schedule.md |access-date=May 6, 2025 |website=Github}}</ref><!-- Considering merging the guide into this wiki page in the future. Consider discussing whether it would add too much bloat or not. --> | 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.<ref>{{Cite web |last=Russel |first=Dave |title=How to schedule a script in Synology Task Scheduler |url=https://github.com/007revad/Synology_HDD_db/blob/main/how_to_schedule.md |access-date=May 6, 2025 |website=Github}}</ref><!-- Considering merging the guide into this wiki page in the future. Consider discussing whether it would add too much bloat or not. | ||
I don't think so - the guide should always be kept separate from the main page, as a lower standard of information goes into it, and we don't want people to treat it as reliable in the same way as a wiki article. | |||
- keith --> | |||
Any changes may not be immediately visible, so it is recommended to restart your NAS after the script is first run. | Any changes may not be immediately visible, so it is recommended to restart your NAS after the script is first run. | ||
Line 30: | Line 35: | ||
There are additional features this script provides, and necessary troubleshooting so it is advised to further study the GitHub page if you are interested.<ref name=":2" /> | There are additional features this script provides, and necessary troubleshooting so it is advised to further study the GitHub page if you are interested.<ref name=":2" /> | ||
===Alternative installation=== | |||
=== Alternative installation === | |||
There are also 2 commands you can run to circumvent the script should it be either too cumbersome or no-longer function. | There are also 2 commands you can run to circumvent the script should it be either too cumbersome or no-longer function. | ||
Line 60: | Line 44: | ||
Refreshing the web install page should allow for you to now use your incompatible drive with modern [[Synology]] NAS software. | Refreshing the web install page should allow for you to now use your incompatible drive with modern [[Synology]] NAS software. | ||
== References == | ==References== | ||
<references /> | <references /> |
Latest revision as of 17:01, 7 May 2025
🔔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[edit | edit source]
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 | edit source]
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 | edit source]
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 | edit source]
- ↑ 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 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.