From c64e50f77473c912fe8296e47a01fff2dda6b53a Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Wed, 10 Jan 2024 06:25:29 +1100 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c030c32..8708bc5 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ ### vendor_ids.txt | | | | | |--------------------|--------------------|----------------------|----------------------| -| | Voluntary Commerce LLC | Ez Hosting | Alec Wilhere | +| Tyler Teal | Voluntary Commerce LLC | Ez Hosting | Alec Wilhere | | Reece Lyne | Enric Escudé Santana | Yunhao Zhang | Matthias Gerhardt | | Darryl Harper | Mikescher | Matthias Pfaff | cpharada | | Neil Tapp | zen1605 | Kleissner Investments | Angel Scandinavia | From 13bfcfba74b6b154b7c19b029e1b618071836a25 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Wed, 10 Jan 2024 06:28:25 +1100 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8708bc5..dd141aa 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ ### Running the script via SSH You run the script in a shell with sudo -i or as root. ```YAML -sudo -i /path-to-script/syno_hdd_db.sh -nr +sudo -i /path-to-script/syno_hdd_db.sh -n ``` **Note:** Replace /path-to-script/ with the actual path to the script on your Synology. @@ -93,7 +93,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. ```YAML -sudo -i /path-to-script/syno_hdd_db.sh -nr --showedits +sudo -i /path-to-script/syno_hdd_db.sh -n --showedits ``` **Note:** Replace /path-to-script/ with the actual path to the script on your Synology. From fd837c3616dbd0e87af3cd6f28dbaf19f515ad2e Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Wed, 10 Jan 2024 06:29:46 +1100 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd141aa..8708bc5 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ ### Running the script via SSH You run the script in a shell with sudo -i or as root. ```YAML -sudo -i /path-to-script/syno_hdd_db.sh -n +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. @@ -93,7 +93,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. ```YAML -sudo -i /path-to-script/syno_hdd_db.sh -n --showedits +sudo -i /path-to-script/syno_hdd_db.sh -nr --showedits ``` **Note:** Replace /path-to-script/ with the actual path to the script on your Synology. From bc41a282002d8c107c8a3010c3f54f3bf8b15aa7 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Wed, 10 Jan 2024 07:29:06 +1100 Subject: [PATCH 4/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8708bc5..7b7bd78 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ #### What the script does: * Optionally disable DSM's "support_disk_compatibility". * Optionally disable DSM's "support_memory_compatibility" to prevent non-Synology memory notifications. * Optionally edits max supported memory to match the amount of memory installed, if installed memory is greater than the current max memory setting. + * DSM only uses the max memory setting when calculating the reserved RAM area size for SSD caches. * Enables M2D20, M2D18, M2D17 and E10M20-T1 if present on Synology NAS that don't officially support them. * 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?)**.