HDD compatibility warning – way to disable it? Synology Storage Manager will display an Incompatible or Unverified message
If you have a Synology NAS, you may have encountered the “Incompatible or Unverified” message in Synology Storage Manager. This message is displayed when the hard drive you have installed is not in the Synology’s compatible-drive database, which is used to ensure that the hard drives are compatible with your Synology NAS.
While this message may be helpful in preventing compatibility issues, it can also be frustrating if you have a hard drive that you know is compatible, but it is not recognized by the Synology’s database. Fortunately, there is a way to disable this warning.
One way to disable the warning is to add your hard drive to the Synology’s compatible-drive database using a script like syno_hdd_db.sh. This script can be downloaded from the Github repository created by user 007revad.
The script works by getting the model and firmware version of each hard drive installed on your Synology NAS and adding it to the compatible-drive database. This will prevent the “Incompatible or Unverified” message from being displayed in Synology Storage Manager.
To use this script, you will need to run it via SSH with sudo or as root. You can also set up a scheduled task to run the script at boot-up using Synology’s Task Scheduler.
It’s important to note that running the script after every DSM update is recommended as updates may overwrite the drive-compatibility database files. Additionally, you may need to re-run the script after DSM downloads a newer version of the drive-compatibility database.
While disabling the warning may be tempting, it’s important to ensure that any hard drives you install are compatible with your Synology NAS. Using incompatible hard drives can cause data loss and other issues. Therefore, it’s always best to check if your hard drive is compatible with your Synology NAS before installing it.
In conclusion, disabling the “Incompatible or Unverified” warning in Synology Storage Manager is possible, but it’s important to ensure that any hard drives you install are compatible with your Synology NAS. Using a script like syno_hdd_db.sh can help add compatible hard drives to the Synology’s compatible-drive database and prevent the warning from being displayed.
STEPS:
Here’s a step-by-step guide to accessing SSH and executing the syno_hdd_db.sh command:
- First, you’ll need to enable SSH on your Synology NAS. To do this, open the Control Panel, go to Terminal & SNMP, and select the Enable SSH Service option.
- Once SSH is enabled, open a terminal window on your computer. If you’re using Windows, you can use PuTTY, a free and open-source SSH client.
- In the terminal window, enter the following command:
ssh <your-Synology-username>@<your-Synology-IP-address>
. Replace<your-Synology-username>
with your Synology username and<your-Synology-IP-address>
with your Synology NAS IP address. Press Enter. - If this is the first time you’re connecting to your Synology NAS via SSH, you’ll see a message asking you to confirm the authenticity of the host. Type
yes
and press Enter. - Next, enter your Synology NAS password and press Enter.
- Once you’re connected to your Synology NAS via SSH, navigate to the directory where you saved the syno_hdd_db.sh script. You can do this using the
cd
command. For example, if you saved the script in theDownloads
directory, enter the following command:cd Downloads
. Press Enter. - To execute the syno_hdd_db.sh script, enter the following command:
sudo ./syno_hdd_db.sh
. Press Enter. Thesudo
command is used to run the script with root privileges. - The script will start running and will display information about your Synology NAS and the hard drives installed. Once the script has finished running, you should see a message indicating that the compatible-drive database has been updated.
That’s it! You’ve successfully accessed SSH and executed the syno_hdd_db.sh command on your Synology NAS. Remember to run this script after every DSM update and when you install new hard drives to ensure that they’re compatible with your Synology NAS.
Where to Buy a Product | |||
VISIT RETAILER ➤ | |||
VISIT RETAILER ➤ | |||
VISIT RETAILER ➤ | |||
VISIT RETAILER ➤ |
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 is used 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 HERE If you need to fix or configure a NAS, check Fiver Have you thought about helping others with your knowledge? Find Instructions Here
(Early Access) Lockerstor Gen 3 Series - SHOULD YOU BUY ONE?
(Early Access) Asustor ADM 5 Software Review - Should Synology Be Worried?
(Early Access) Best 8-Bay NAS of 2024
(Early Access) Best 4-Bay NAS of 2024
(Early Access) Best 2-Bay NAS of 2024
(Early Access) Best Value NAS of 2024 - SAVE SOME MONEY!
(Early Access) Lockerstor 4 Gen3 Review - GO HOME EVERYONE
(Early Access) eufyCam S3 Pro Review
(Early Access) Addlink G55 Gen5 SSD Review - Best DRAMLESS SSD EVER?
(Early Access) Terramaster T9-500 PRO Max NAS - Should You Buy (Review)
(Early Access) DEADBOLT - 3 Years Later
(Early Access) UniFi UNAS Pro - COMPLETE SETUP GUIDE
Access content via Patreon or KO-FI
Also script available https://github.com/007revad/Synology_HDD_db