* Optionally disable DSM's "support_memory_compatibility" to prevent <ahref=images/ram_wanring.png/>non-Synology memory notifications</a>.
* Optionally disable DSM's "support_memory_compatibility" to prevent <ahref=images/ram_wanring.png/>non-Synology memory notifications</a>.
* Checks that M.2 volume support is enabled (on supported models).
* Checks that M.2 volume support is enabled (on models that have M.2 slots or PCIe slots).
* Enables creating M.2 storage pools and volumes from within Storage Manager.
* Makes DSM recheck disk compatibility so rebooting is not needed (DSM 7 only).
* Makes DSM recheck disk compatibility so rebooting is not needed (DSM 7 only).
* Reminds you that you may need to reboot the Synology after running the script (DSM 6 only).
* Reminds you that you may need to reboot the Synology after running the script (DSM 6 only).
* Checks if there is a newer version of this script and offers to download it for you.
* Checks if there is a newer version of this script and offers to download it for you.
@ -58,7 +59,7 @@ ### Running the script via SSH
You run the script in a shell with sudo -i or as root.
You run the script in a shell with sudo -i or as root.
```YAML
```YAML
sudo -i /path-to-script/syno_hdd_db.sh
sudo -i /path-to-script/syno_hdd_db.sh -nr
```
```
**Note:** Replace /path-to-script/ with the actual path to the script on your Synology.
**Note:** Replace /path-to-script/ with the actual path to the script on your Synology.
@ -68,7 +69,7 @@ ### Running the script via SSH
If you run the script with the -showedits flag it will show you the changes it made to the Synology's compatible-drive database. Obviously this is only useful if you run the script in a shell.
If you run the script with the -showedits flag it will show you the changes it made to the Synology's compatible-drive database. Obviously this is only useful if you run the script in a shell.