Vue normale

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
Hier — 7 août 2025Flux principal

Using Unverified HDD/SSD on a Synology 2025 NAS – A COMPLETE STEP BY STEP WALKTHROUGH

Par : Rob Andrews
6 août 2025 à 18:00

Use Whatever Hard Drives or SSDs on Your Synology NAS (2025 Guide)

Note – there is a YouTube tutorial version of this guide HERE on the NASCompares YouTube Channel

Synology’s 2025 generation of NAS systems, such as the DS925+ and other Plus series models, introduced a more restrictive approach to drive compatibility. Unlike previous generations, these devices enforce a compatibility check that blocks or limits functionality when non-Synology hard drives or SSDs are used. As a result, users are unable to install DSM, create storage pools, or configure caching volumes using unverified drives. Even drives that work in earlier Synology models are now flagged as unsupported, resulting in persistent alerts or outright refusal to function. This guide provides a complete walkthrough for users who want to bypass those restrictions and enable full usage of third-party SATA and NVMe drives, including for pools, volumes, hot spares, and cache. It includes step-by-step instructions on how to install DSM with only unverified drives, how to remove system warnings, and how to automate the process for future updates or drive additions. The solutions here rely on trusted scripts developed by the Synology community and require minimal system modification, allowing users to regain control over their own hardware.

Special Thanks to Dave Russell

View 007revad's full-sized avatar

The ability to bypass Synology’s restrictive drive compatibility checks would not be possible without the extensive work of Dave Russell, widely known in the Synology community as 007revad. His GitHub project, Synology_HDD_db, is the basis for all the procedures outlined in this guide. The script he developed modifies DSM’s internal compatibility database, enabling full functionality for otherwise unsupported HDDs, SSDs, and NVMe drives. Dave has not only written and maintained this complex script, but also ensured that it works across different NAS models and DSM versions, including DSM 7.2 and newer. He continues to improve the tool in response to Synology firmware changes, regularly providing updates and extended options such as M.2 volume support and WDDA disablement. Users are strongly encouraged to consult the official GitHub repository, follow the provided documentation, and, where possible, support his ongoing work HERE, which remains freely available to the broader NAS community.

MASSIVE Disclaimer

Modifying your Synology NAS to allow the use of unverified drives is not officially supported by Synology. By applying the changes described in this guide, you will be altering system files and bypassing built-in compatibility checks within DSM. While these changes are reversible and have been widely tested, doing so may void your Synology warranty or affect your ability to receive technical support from the manufacturer, even in cases unrelated to storage. Additionally, although the script-based method described here is non-destructive and has proven safe for many users, there is always a minimal risk of issues following DSM updates or hardware changes. You should not proceed unless you have full backups of your data and are comfortable with SSH and terminal operations. This guide is intended for advanced users, system integrators, or home NAS enthusiasts who understand the risks and accept responsibility for operating outside of official Synology support channels.


How to Set Up a Synology NAS with No Drives Installed to Allow DSM Installation

Synology’s 2025 and later Plus-series NAS systems will not allow DSM installation if only unverified drives are present. However, it is possible to bypass this limitation and install DSM without using any Synology-branded or officially supported drives. The method involves enabling Telnet access and overriding the drive compatibility check during the DSM installation process.

Step-by-Step Instructions:

  • Physically set up your NAS

    • Connect the NAS to your local network using Ethernet.

    • Ensure the device is powered on, even if no drives are installed or only unverified drives are present.

  • Attempt initial DSM setup

    • Use Synology Assistant or go to http://find.synology.com to locate your NAS.

    • Proceed through the DSM installation wizard. You will likely encounter an error indicating that the inserted drive(s) are unsupported.

  • Enable Telnet access

    • In a browser, navigate to:
      http://<NAS-IP>:5000/webman/start_telnet.cgi
      Replace <NAS-IP> with the actual IP address of your NAS.

  • Connect via Telnet

    • Open a Telnet client like PuTTY.

    • Enter your NAS IP address and connect via Telnet.

    • When prompted, use:

      • Username: root

      • Password: 101-0101 (default for this Telnet interface)

  • Bypass installation check

    • Enter the following command into the Telnet window:

      while true; do touch /tmp/installable_check_pass; sleep 1; done
    • This creates a temporary flag that bypasses the system’s compatibility verification loop.

  • Return to the DSM install page

    • Refresh the browser window where you began the DSM setup.

    • DSM will now allow installation to proceed, even on unverified drives.

  • Finish DSM setup

    • Complete the DSM installation.

    • Create your admin user account when prompted.

    • You can now access the full DSM interface.

Once DSM is installed, you can proceed to apply the permanent drive compatibility fixes, create storage pools, and remove warning banners—all covered in the next section.


 

How to Allow Unverified HDDs or SSDs to Be Used for Storage Pools, Volumes, and Caching (and Remove Warnings)

Once DSM is installed, unverified drives will still be blocked from creating storage pools, volumes, or caches. Even if the system boots, Storage Manager will display warnings or greyed-out options. To unlock full functionality, you must apply a community-developed script that updates DSM’s internal drive compatibility database. This section outlines how to download, apply, and validate that change.

Step-by-Step Instructions:

  • Enable SSH on your NAS
    • In DSM, go to Control Panel > Terminal & SNMP > Terminal.
    • Enable SSH service and click Apply.

  • Prepare SSH access
    • Use PuTTY (or your preferred SSH client) to connect to your NAS.
    • Log in using your DSM administrator username and password (not root at this stage).
  • Create working directory
    • Once connected, elevate to root:
      sudo -i
      
    • Create the required folder:
      mkdir -m775 /opt
      cd /opt
      

  • Download the required scripts
    • Run the following commands to download the latest versions directly from Dave Russell’s GitHub:
      curl -O "https://raw.githubusercontent.com/007revad/Synology_HDD_db/refs/heads/main/syno_hdd_db.sh"
      curl -O "https://raw.githubusercontent.com/007revad/Synology_HDD_db/refs/heads/main/syno_hdd_vendor_ids.txt"
      chmod 750 /opt/syno_hdd_db.sh
      
  • Run the script
    • Execute the script to patch the drive database:
      /opt/syno_hdd_db.sh
      
    • The script will detect your NAS model, DSM version, and connected drives. It will then add those drives to the compatibility database and back up the original files.

  • Check Storage Manager
    • Return to DSM’s Storage Manager.
    • If changes are not immediately visible, reboot your NAS.
    • You should now be able to create storage pools, volumes, and SSD caches with unverified drives, without warning messages.
  • Optional: Disable compatibility warnings completely
    • To stop future drive alerts from DSM, you may also want to run:
      /usr/syno/bin/synosetkeyvalue /etc.defaults/synoinfo.conf support_disk_compatibility no
      

At this point, all third-party drives currently installed in the system will be fully usable and recognized as supported. The next section explains how to add additional unverified drives later and have them automatically accepted.


 

What to Do When Adding New HDDs or SSDs Later for Expansion, Replacement, or Hot Spares

After your initial setup and database modification, any newly added unverified drives will still appear as unsupported in DSM until they are explicitly added to the modified compatibility database. This section outlines how to safely introduce new drives for RAID expansion, hot spare assignment, or disk replacement without encountering blockages or warning messages.

Step-by-Step Instructions:

  • Physically install the new drive(s)
    • Power down your NAS if required (for systems that don’t support hot-swapping).
    • Insert the new unverified HDDs or SSDs into available bays.
    • Power the NAS back on and log in to DSM.
  • Check Storage Manager
    • Go to Storage Manager > HDD/SSD.
    • Newly added drives will appear but will be marked as “Not supported” or “Unverified.”
    • They will not be usable for volume expansion or as hot spares until added to the compatibility list.
  • Reconnect via SSH
    • Use PuTTY or your SSH client to log into DSM with your admin credentials.
    • Elevate to root access:
      sudo -i
      
  • Navigate to the working directory
    • Assuming you previously created /opt and stored the script there:
      cd /opt
      
  • Run the update script again
    • This re-applies the database patch and includes newly inserted drives:
      ./syno_hdd_db.sh

  1. Verify drive status
    • Go back to Storage Manager.
    • Refresh the page or reboot the NAS if needed.
    • The newly added drives should now appear as compatible and can be used for expansion, drive replacement, or assigned as hot spares.

This process can be repeated anytime new unverified drives are introduced. However, to avoid having to manually re-run the script every time, the next section covers how to set up a scheduled task that automates this during every system boot.


 

How to Set Up a Scheduled Task to Re-Apply the Fix on Every Reboot

Synology DSM updates or certain system operations can overwrite or reset the internal compatibility database, especially after version upgrades or service restarts. To ensure that unverified drives remain recognized and fully functional even after a reboot, you can configure a scheduled task that automatically re-applies the compatibility script at every startup.

Step-by-Step Instructions:

  • Log in to DSM and open Task Scheduler
    • Go to Control Panel > Task Scheduler.
    • Click Create > Triggered Task > User-defined script.
  • Configure the general settings
    • Task Name: Name it something descriptive like Drive Compatibility Patch.
    • User: Select root from the dropdown (this is essential for full system access).
    • Event: Select Boot-up so the script runs every time the NAS starts.
    • Leave Enabled checked.

  • Set the script action
    • Click on the Task Settings tab.
    • In the User-defined script box, enter the following command:
      mkdir -m775 /opt
      cd /opt || (echo "Failed to CD to /opt"; exit 1)
      curl -O "https://raw.githubusercontent.com/007revad/Synology_HDD_db/refs/heads/main/syno_hdd_db.sh"
      curl -O "https://raw.githubusercontent.com/007revad/Synology_HDD_db/refs/heads/main/syno_hdd_vendor_ids.txt"
      chmod 750 /opt/syno_hdd_db.sh
      /opt/syno_hdd_db.sh -e
      
    • This ensures the script is always downloaded fresh and applied with the -e flag for compatibility with scheduled tasks and email output (if enabled).
  • Optional email notifications
    • Still under Task Settings, you can enable email alerts to be notified if the script fails or terminates abnormally.
  • Save and test
    • Click OK to save the task.
    • You can manually run the task to confirm it executes correctly.
    • Reboot the NAS to ensure the script is applied at boot and unverified drives remain fully usable.

This scheduled task ensures long-term reliability and reduces the need for manual intervention whenever DSM is restarted, updated, or new drives are introduced.


Synology’s decision to restrict drive compatibility in its 2025 and later NAS models has complicated matters for users who prefer flexibility in their storage choices. However, through a combination of Telnet access, SSH scripting, and community-built tools like Dave Russell’s syno_hdd_db.sh, it is entirely possible to restore full drive functionality—even when using completely unverified SATA or NVMe devices. By following the steps outlined in this guide, users can install DSM on unverified drives, create storage pools, use SSDs for caching, and expand or modify their RAID configurations without limitations. Setting up an automated scheduled task further ensures these capabilities persist through reboots and DSM updates. While Synology may eventually broaden official support, this method provides a reliable and reversible way to maintain full control over your hardware today.


Should You Buy the Synology DS925+ NAS?

In practical terms, the DS925+ is the stronger out-of-the-box choice, especially for users who value simplicity, improved default performance, and do not anticipate needing higher-than-2.5GbE networking down the line. However, the long-term value proposition becomes murkier when you factor in the DS923+’s PCIe expansion, broader drive compatibility, and the potential price drops that will follow its ageing status in Synology’s lineup. In short, the DS925+ is the better NAS on day one—more powerful, faster, and quieter. But if you’re planning for day 1,000, it’s worth pausing to consider whether the expandability and media flexibility of the DS923+ may be a better fit for your storage and networking needs over the next five to seven years.

Synology DS925+ NAS

Synology DS923+ NAS

Check Amazon in Your Region for the Synology DS925+ NAS

Check B&H for the Synology DS925+ NAS

Check Amazon in Your Region for the Synology DS923+ NAS

Check B&H for the Synology DS923+ NAS


📧 SUBSCRIBE TO OUR NEWSLETTER 🔔
[contact-form-7]
🔒 Join Inner Circle

Get an alert every time something gets added to this specific article!


Want to follow specific category? 📧 Subscribe

This description contains links to Amazon. These links will take you to some of the products mentioned in today's content. As an Amazon Associate, I earn from qualifying purchases. Visit the NASCompares Deal Finder to find the best place to buy this device in your region, based on Service, Support and Reputation - Just Search for your NAS Drive in the Box Below

Need Advice on Data Storage from an Expert?

Finally, for free advice about your setup, just leave a message in the comments below here at NASCompares.com and we will get back to you. Need Help? Where possible (and where appropriate) please provide as much information about your requirements, as then I can arrange the best answer and solution to your needs. Do not worry about your e-mail address being required, it will NOT be used in a mailing list and will NOT be used in any way other than to respond to your enquiry. [contact-form-7] TRY CHAT Terms and Conditions
If you like this service, please consider supporting us. We use affiliate links on the blog allowing NAScompares information and advice service to be free of charge to you.Anything you purchase on the day you click on our links will generate a small commission which isused to run the website. Here is a link for Amazon and B&H.You can also get me a ☕ Ko-fi or old school Paypal. Thanks!To find out more about how to support this advice service check HEREIf you need to fix or configure a NAS, check Fiver Have you thought about helping others with your knowledge? Find Instructions Here  
 
Or support us by using our affiliate links on Amazon UK and Amazon US
    
 
Alternatively, why not ask me on the ASK NASCompares forum, by clicking the button below. This is a community hub that serves as a place that I can answer your question, chew the fat, share new release information and even get corrections posted. I will always get around to answering ALL queries, but as a one-man operation, I cannot promise speed! So by sharing your query in the ASK NASCompares section below, you can get a better range of solutions and suggestions, alongside my own.

☕ WE LOVE COFFEE ☕

 
À partir d’avant-hierFlux principal

Synology 2025 NAS Series & 3rd Party Drive Compatibility – What Works, What Doesn’t (Right Now)

Par : Rob Andrews
5 mai 2025 à 18:00

Synology 2025 NAS Series 3rd Party Drive Compatibility Tests

UPDATED 07-05-25 = Added Unverified HDD and SSD (Migrated) Storage Pool RAID Repair, RAID POOL Expansion and Hot Spare Tests. Right now, the following is what works and what does not (between pre-2025 Series and the 2025 Series that is releasing now):

Feature / Function Pre-2025 Synology NAS<br>(e.g., DS1821+, DS920+, DS923+) 2025 Synology NAS<br>(e.g., DS1825+, DS925+, DS1525+)
DSM Installation – Verified Drives ✅ Full support ✅ Full support
DSM Installation – Non-Verified Drives ✅ Allowed (with warnings) ❌ Blocked completely
Drive Migration (Non-Verified Drives) ✅ Fully functional, minor alerts ✅ Works, but shows persistent warnings
Storage Pool Creation – Verified Drives ✅ Fully supported ✅ Fully supported
Storage Pool Creation – Non-Verified Drives ✅ Allowed (with warnings) ❌ Blocked
Storage Pool Expansion – Verified Drives ✅ Fully supported ✅ Fully supported
Storage Pool Expansion – Non-Verified Drives ✅ Allowed (mixed arrays supported) ❌ Blocked – drives flagged as incompatible
Hot Spare Assignment – Verified Drives ✅ Fully supported ✅ Fully supported
Hot Spare Assignment – Non-Verified Drives ✅ Allowed ❌ Blocked
RAID Recovery – Verified Drives ✅ Supported ✅ Supported
RAID Recovery – Non-Verified Drives ✅ Supported ❌ Blocked – system will not rebuild with unverified media
M.2 NVMe Cache – Synology SSDs ✅ Supported ✅ Supported
M.2 NVMe Cache – 3rd Party SSDs ✅ Supported ❌ Blocked
M.2 NVMe Storage Pools – Synology SSDs ❌ Not supported ✅ Supported
M.2 NVMe Storage Pools – 3rd Party SSDs ❌ Not supported ❌ Blocked
SMART Monitoring – Verified Drives ✅ Full support ✅ Full support
SMART Monitoring – Non-Verified Drives ✅ Full support ⚠ Limited or blocked (TBC)
Storage Manager Alerts – Non-Verified Drives ⚠ Warnings, dismissible 🔴 Persistent, cannot be cleared
Overall Compatibility Flexibility ✅ High – mix-and-match drives allowed ❌ Low – walled-garden enforcement

Here’s what we’ve confirmed so far in the tests as of 07/05/25:


✅ Using Synology 1st Party Drives – Everything Works as Expected

If you’re using Synology-branded HDDs or SSDs, then your experience on the DS925+ will be completely normal.

System initialization, DSM installation, storage pool creation, and all other operations work exactly as they always have, with no warnings, compatibility errors, or feature restrictions. This includes both the Plus series (e.g., HAT3300/HAT3310) and the Enterprise-class HAT5300 drives.

These drives are the only ones currently listed as fully supported on the official compatibility list for the DS925+, and this exclusive support ensures full DSM integration, performance monitoring, and system health reporting. If you’re a first-time buyer who’s starting from scratch, and you’re willing to buy fully into the Synology ecosystem, this route remains the most seamless — albeit more expensive — option.


❌ New Installations Blocked for Non-Verified Drives

As discussed in our NASCompares coverage and testing videos, attempting to initialise the DS925+ with hard drives that are not on the 2025 series compatibility list will block you from even starting DSM installation.

Below is the Synology DS925+ HDD Compatibility as of 3rd May 2025

This marks a major departure from Synology’s previous approach in DSM 7.0 and 7.1, where unsupported drives could still be used — though users would receive warnings in Storage Manager.

Below is the Synology DS923+ HDD Compatibility for comparison

Now, if you’re using unverified HDDs (such as Seagate IronWolf or WD Red Plus), the DS925+ will not proceed past the initial setup.

You’ll receive a message informing you that the drive is not compatible, and DSM cannot be installed. There’s no bypass, workaround, or “install anyway” option — and this applies even if the drives are physically identical to previously approved models.

This new and more limited approach (at least at the time of writing) raises concerns for home and business users alike who have previously relied on mixing and matching their preferred HDD brands with Synology hardware.


⚠ Drive Migration from Older Synology NAS – It Works, But Comes with Warnings

If you already own a Synology NAS and are planning to migrate your storage pool from an older system to the DS925+, you’ll be able to do so — even if your drives are no longer listed as compatible on the newer system.

DSM will recognize the array, import the configuration, and boot the system using your original DSM setup.

However, the entire system will then display a persistent series of warnings and error states, including amber and red icons in Storage Manager, drive health indicators marked “At Risk,” and compatibility warnings across the interface.

While everything technically works, the interface becomes visually and functionally “noisy.” For system integrators or IT administrators, this is especially important — your clients may perceive something is seriously wrong with the NAS even when the system is healthy.

It’s recommended to proactively inform any end users or clients about these warnings post-migration, to avoid unnecessary concern or support tickets. Synology has not yet provided a method to suppress or acknowledge these warnings permanently.


🤔 SATA SSDs Seem to Bypass the Block – But Still Carry Warnings

One of the more surprising findings in our testing was that SATA SSDs, even when not listed on the official compatibility list, were still able to initialize the DS925+ and allow DSM to be installed.

We tested this with several models, and the installation process continued normally — a stark contrast to the hard stop experienced with unverified HDDs.

However, this partial loophole comes with a catch. Once DSM is up and running, the system flags the non-verified SSDs the same way it flags migrated drives, with warnings in Storage Manager and ongoing notifications.

So while you can proceed, you’ll still be treated to that same red and amber text throughout your DSM environment. Still, for users willing to tolerate the interface alerts, this may provide an interim solution — especially for those who prefer SSDs for quiet, low-power deployments.


🛡 Expanding Existing Storage Pools with Unverified Drives is Blocked

Another key limitation to note is that you cannot expand an existing storage pool using unverified drives — even if your system was initialized using fully supported drives.

We tested this by creating a pool with Synology-approved HDDs, then attempting to add a non-Synology drive as an expansion. While the drive appeared in Storage Manager as “available,” the system refused to proceed with the expansion, citing that the drive was not verified or supported.

This strict enforcement essentially locks users into an all-or-nothing ecosystem. There’s no flexibility to upgrade later using lower-cost or readily available drives unless Synology chooses to add them to the compatibility list down the line.


🧣 M.2 NVMe Drives: No 3rd Party Support for Caching or Storage Pools

Historically, Synology has limited M.2 NVMe storage pools to their own SNV SSDs, but allowed third-party drives for read/write caching. That has now changed in the DS925+ and, presumably, all 2025 series models moving forward.

Our testing confirmed that non-Synology NVMe SSDs are no longer usable at all — neither for caching nor for creating storage pools.

Attempting to configure third-party NVMes results in the same hard block and error messages as unsupported HDDs. At the time of writing, only Synology SNV3400 and SNV3410 drives are listed as supported — both of which are tuned more for endurance than performance, making them a questionable fit for cache-centric workflows.


Pool Expansion Using a 4TB Seagate IronWolf Drive

We attempted to expand the existing migrated RAID pool with an additional 4TB Seagate IronWolf drive (same model, also verified on the DS923+). The drive was physically detected, appeared in Storage Manager, but the system refused to proceed with expansion.

System Message: The additional drive was flagged as incompatible, and any attempt to integrate it into the existing RAID resulted in an error stating that the media is not suitable or not verified. However, if your migrated pool is using SATA SSDs (or you setup the system with unverified SATA SSDs, which is still possible at the time of writing) you CAN expand the pool with likewise SATA SSDs.

Conclusion: The DS925+ does not permit expansion of an existing pool using unverified drives if you are using unverified HDDs, even if the original array consists of the exact same drive model. But SATA SSDs still allow this feature at the moment.


Pool Expansion Using a 4TB Seagate IronWolf Drive

What if you are using an existing pool that is made up of verified HDDs on the NAS (i.e drives from Synology or drives that are now on the verified compatibility list), but also want to create a 2nd pool, made up of unverified SATA HDDs or SATA SSDs?

Result: As expected, if you use SATA HDDs, then you can ONLY create a new separate pool using verified HDDs. However, SATA SSDs still allow for unverified SSD pools.


Hot Spare Addition Attempt Using Seagate IronWolf Drive

We repeated the process above but this time attempted to add a likewise Seagate IW 4TB drive as a Hot Spare.

Result: Just like the pool expansion test, the additional drive was visible but flagged as unsupported, and DSM blocked any attempts to add this as a failover Hot Spare repair drive with the migrated array.


Recovery of Degraded RAID Pool Using Seagate IronWolf Drive

To test RAID recovery, one of the three IronWolf drives in the migrated SHR array was removed, placing the system into a degraded state. We then inserted a fresh 4TB Seagate IronWolf drive.

Result: DSM detected the new drive but refused to initiate RAID rebuild, citing unsupported media.

Conclusion: Recovery of a degraded array using a Seagate IronWolf drive (unverified for DS925+) is not permitted — even when it’s the same model previously used in the pool.


Drive Removal and Reintroduction to Pool

Lastly, we removed one of the IronWolf drives from the active pool and reinserted it a few minutes later. This drive was part of the original migrated SHR setup.

Result: DSM re-added the drive without issue, recognizing it as part of the existing array. No rebuild or repair was needed, and the system returned to normal status — albeit still with the usual compatibility warnings.

Conclusion: Previously initialized and migrated drives will be accepted back into the same array, provided their identity matches the original configuration. However, these reinserted drives remain flagged as unverified.


🧰 Background: How Synology Got Here

At the time of writing this review, Synology is seemingly waging a war on unverified third-party drives being used inside their systems. Back in 2020/2021, Synology began rolling out their own range of storage media for use in their systems — starting with SSDs and eventually expanding to a range of 3.5-inch server-class and enterprise storage-class hard drives. Over the years, we have seen the brand begin to reduce the number of third-party drives listed as certified and verified for use in the DSM platform and in their NAS server devices. This duality — of promoting their own storage media while supporting third-party drives — has had its balance shifted considerably over the last two major Synology generations and across several updates in DSM.

In 2022, when the brand rolled out an update in DSM 7.1 that changed the system status for any NAS using non-Synology-approved drives to display a warning state, the wider Synology user base was in uproar. Synology would eventually roll this back and, although they never reversed the policy of warning users that their drives were not on the compatibility list, they did soften the system’s response. Fast forward to now, and the brand is again changing its third-party drive verification and compatibility methodologies internally. The 2025 series and onward will strictly require drives that are already listed on Synology’s compatibility list. Why is that a problem? Well — twofold. First, right now only Synology HDDs and SSDs are listed on the official DS925+ compatibility pages, despite the hardware inside the DS925+ being identical to previous Synology hardware from both the 2020 and 2023 generations. Second, Synology’s aggressive approach to enforcement. Previously, users could proceed with installation and simply be warned later. Now, installation is entirely blocked.

This will no doubt be problematic with e-retailers and online dealers unless they make this strict compatibility policy exceptionally clear. The rollout has been inconsistent and unclear at best. It first emerged via a press release on Synology’s German website, and the DS925+ page remains vague on the specifics. It might well be that weeks or months from now, the list of drives supported on the Synology DS925+ and other 2025 NAS systems will expand to include more third-party media. Nevertheless, the messaging has been profoundly unclear. If Synology’s verification tests have changed, they need to clearly explain how and why. If they have reported failures with unverified drives, those results should be shared. In discussions with numerous users online, many agree that Synology is walking a confusing line. Either fully embrace third-party drives as before — or bundle your own media and commit to it. Don’t sit in the middle.


🔄 Future Expansion & Unanswered Questions

Synology has stated that it is working with Western Digital, Seagate, and others to test and certify additional drives for use in the 2025 series. However, they also clarified that the responsibility for verification now lies more with the drive manufacturers, not Synology themselves. This means the pace and outcome of compatibility expansion are largely out of users’ hands — and still leaves early adopters in a restrictive position. We’ve already seen similar policies with M.2 NVMe SSDs in the 2023 generation — only allowing storage pool deployments if you use Synology-branded drives. And while DSM still supports caching with third-party drives in those older systems, that flexibility has now been removed in the 2025 series.


🌐 Conclusion – CHECK DRIVE COMPATIBILITY BEFORE YOU BUY!!!

The Synology DS925+ is a great piece of hardware in many respects, but it arrives with a much more locked-down approach to storage media than any Plus series NAS before it. Users hoping to reuse existing drives, mix-and-match HDDs for flexibility, or use cost-effective SSDs and NVMes from other brands need to reconsider their storage strategy or prepare for an ecosystem that’s increasingly closed. We’ll continue to test newer Synology 2025 devices as they launch and will update this article as compatibility lists evolve and behaviors change. But for now, if you’re planning to buy into this generation — and especially if you need to build on a budget — be aware: the HDDs you might WANT to buy might not be usable with your system – SO CHECK THE COMPATIBILITY PAGES FIRST!.

Stay tuned for more deep-dive comparisons, migration tutorials, and drive compatibility experiments right here at NASCompares. In the meantime, if you are considering purchasing an older generation Synology NAS that has more open and established storage media compatibility, below is a comparison of the Synology DS923+ from 2022/2023 and the new 2025 DS925+ NAS.

OLD Synology vs NEW Synology (DS923+ vs DS925+)

Reasons to Buy the Synology DS923+

Reasons to Buy the Synology DS925+

  • Faster 2.5GbE Networking Out-of-the-Box
    – Dual 2.5GbE ports offer higher baseline network speeds (up to 6Gbps aggregated), doubling the network performance compared to the DS923+ without requiring expansion cards.

  • More Powerful Processor (More Cores/Threads)
    – The V1500B CPU offers 4 cores and 8 threads, delivering superior multitasking and heavier workload handling, especially for virtual machines, multiple users, and simultaneous services.

  • Quieter Operation
    – The DS925+ operates at a lower idle noise level (20.5 dB vs 22.9 dB), making it better suited for office, home office, or studio environments where sound matters.

  • Higher User and Service Limits
    – Thanks to the more powerful CPU, the DS925+ supports more Synology Drive users, Synology Office users, Synology Chat users, more concurrent SMB connections, and more virtual machines than the DS923+.

  • Better Out-of-the-Box Experience
    – With stronger networking, higher multi-threaded performance, and no need for immediate upgrades, the DS925+ is ready to deliver higher performance without any additional investment, perfect for users who want maximum capability from day one.

  • PCIe Expansion for 10GbE Upgrades
    – The DS923+ features a PCIe Gen3 x2 slot, allowing users to install a 10GbE network card later, massively boosting network speeds beyond the built-in 1GbE ports.

  • Broader 3rd-Party Drive Compatibility
    – Unlike the DS925+, the DS923+ allows full system initialization, storage pool creation, and DSM services even with non-Synology hard drives and SSDs—giving users more flexibility and choice.

  • Lower Power Consumption and Heat Output
    – The DS923+ is slightly more energy-efficient in both active use and hibernation modes, making it a better fit for always-on environments where power savings add up over time.

  • Potentially Lower Price (Especially Post-DS925+ Launch)
    – As the newer DS925+ replaces it, the DS923+ is likely to see discounts and wider availability, offering excellent value for budget-conscious users without sacrificing capability.

  • Ideal for Customization and Long-Term Scalability
    – With the ability to upgrade the network, use a wider range of drives, and maintain full DSM functionality, the DS923+ is better suited for users who plan to evolve their setup over time.

In practical terms, the DS925+ is the stronger out-of-the-box choice, especially for users who value simplicity, improved default performance, and do not anticipate needing higher-than-2.5GbE networking down the line. However, the long-term value proposition becomes murkier when you factor in the DS923+’s PCIe expansion, broader drive compatibility, and the potential price drops that will follow its ageing status in Synology’s lineup. In short, the DS925+ is the better NAS on day one—more powerful, faster, and quieter. But if you’re planning for day 1,000, it’s worth pausing to consider whether the expandability and media flexibility of the DS923+ may be a better fit for your storage and networking needs over the next five to seven years.

Synology DS925+ NAS

Synology DS923+ NAS

Check Amazon in Your Region for the Synology DS925+ NAS

Check B&H for the Synology DS925+ NAS

Check Amazon in Your Region for the Synology DS923+ NAS

Check B&H for the Synology DS923+ NAS

📧 SUBSCRIBE TO OUR NEWSLETTER 🔔
[contact-form-7]
🔒 Join Inner Circle

Get an alert every time something gets added to this specific article!


Want to follow specific category? 📧 Subscribe

This description contains links to Amazon. These links will take you to some of the products mentioned in today's content. As an Amazon Associate, I earn from qualifying purchases. Visit the NASCompares Deal Finder to find the best place to buy this device in your region, based on Service, Support and Reputation - Just Search for your NAS Drive in the Box Below

Need Advice on Data Storage from an Expert?

Finally, for free advice about your setup, just leave a message in the comments below here at NASCompares.com and we will get back to you. Need Help? Where possible (and where appropriate) please provide as much information about your requirements, as then I can arrange the best answer and solution to your needs. Do not worry about your e-mail address being required, it will NOT be used in a mailing list and will NOT be used in any way other than to respond to your enquiry. [contact-form-7] TRY CHAT Terms and Conditions
If you like this service, please consider supporting us. We use affiliate links on the blog allowing NAScompares information and advice service to be free of charge to you.Anything you purchase on the day you click on our links will generate a small commission which isused to run the website. Here is a link for Amazon and B&H.You can also get me a ☕ Ko-fi or old school Paypal. Thanks!To find out more about how to support this advice service check HEREIf you need to fix or configure a NAS, check Fiver Have you thought about helping others with your knowledge? Find Instructions Here  
 
Or support us by using our affiliate links on Amazon UK and Amazon US
    
 
Alternatively, why not ask me on the ASK NASCompares forum, by clicking the button below. This is a community hub that serves as a place that I can answer your question, chew the fat, share new release information and even get corrections posted. I will always get around to answering ALL queries, but as a one-man operation, I cannot promise speed! So by sharing your query in the ASK NASCompares section below, you can get a better range of solutions and suggestions, alongside my own.

☕ WE LOVE COFFEE ☕

 

 

❌
❌