|
|
@ -26,7 +26,6 @@ #### What the script does: |
|
|
* Optionally disable DSM's "support_memory_compatibility" to prevent <a href=images/ram_wanring.png/>non-Synology memory notifications</a>. |
|
|
* Optionally disable DSM's "support_memory_compatibility" to prevent <a href=images/ram_wanring.png/>non-Synology memory notifications</a>. |
|
|
* Optionally edits max supported memory to match the amount of memory installed, if installed memory is greater than the current max memory setting. |
|
|
* Optionally edits max supported memory to match the amount of memory installed, if installed memory is greater than the current max memory setting. |
|
|
* Optionally enables M2D20, M2D18, M2D17 and E10M20-T1 on Synology NAS that don't officially support them. |
|
|
* Optionally enables M2D20, M2D18, M2D17 and E10M20-T1 on Synology NAS that don't officially support them. |
|
|
* Optionally enables immutable snapshots on models older than '20 series running DSM 7.2. |
|
|
|
|
|
* Checks that M.2 volume support is enabled (on models that have M.2 slots or PCIe slots). |
|
|
* 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 **(newer models only?)**. |
|
|
* Enables creating M.2 storage pools and volumes from within Storage Manager **(newer models only?)**. |
|
|
* Makes DSM recheck disk compatibility so rebooting is not needed if you don't have M.2 drives (DSM 7 only). |
|
|
* Makes DSM recheck disk compatibility so rebooting is not needed if you don't have M.2 drives (DSM 7 only). |
|
|
@ -55,7 +54,6 @@ ### Options when running the script |
|
|
-f, --force Force DSM to not check drive compatibility |
|
|
-f, --force Force DSM to not check drive compatibility |
|
|
-r, --ram Disable memory compatibility checking (DSM 7.x only) and set max memory to amount of installed memory |
|
|
-r, --ram Disable memory compatibility checking (DSM 7.x only) and set max memory to amount of installed memory |
|
|
-w, --wdda Disable WD WDDA |
|
|
-w, --wdda Disable WD WDDA |
|
|
-i, --immutable Enable immutable snapshots on models older than 20-series (DSM 7.2 and newer only) |
|
|
|
|
|
--restore Undo all changes made by the script |
|
|
--restore Undo all changes made by the script |
|
|
--autoupdate=AGE Auto update script (useful when script is scheduled) |
|
|
--autoupdate=AGE Auto update script (useful when script is scheduled) |
|
|
AGE is how many days old a release must be before auto-updating. AGE must be a number: 0 or greater |
|
|
AGE is how many days old a release must be before auto-updating. AGE must be a number: 0 or greater |
|
|
|