From 8ea79288cb47da9930134efe442ba331cb8d4600 Mon Sep 17 00:00:00 2001 From: 007revad <39733752+007revad@users.noreply.github.com> Date: Tue, 21 Mar 2023 04:18:13 +1100 Subject: [PATCH] Update README.md Added disable support memory compatibility option --ram or -r --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e41c79d..7d51b7c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ #### What the script does: * Adds any missing drives to the Synology's compatible-drive database. * Prevents DSM auto updating the drive database. * Optionally disable DSM's "support_disk_compatibility". +* Optionally disable DSM's "support_memory_compatibility". * Checks that M.2 volume support is enabled (on supported models). * 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). @@ -38,11 +39,13 @@ ### When to run the script ### Options when running the script -There are 3 optional flags you can use when running the script: -* -showedits or -s to show you the changes it made to the Synology's compatible-drive database. -* -force or -f to disable "support_disk_compatibility". This should be needed if any of your drives weren't detected. - * If you run the script without -force or -f it will re-eanble "support_disk_compatibility". -* -m2 or -m to prevent processing M.2 drives. +There are 4 optional flags you can use when running the script: +* --showedits or -s to show you the changes it made to the Synology's compatible-drive database. +* --force or -f to disable "support_disk_compatibility". This should only be needed if any of your drives weren't detected. + * If you run the script without --force or -f it will re-eanble "support_disk_compatibility". +* --ram or -r to disable "support_memory_compatibility". + * If you run the script without --ram or -r it will re-eanble "support_memory_compatibility". +* --m2 or -m to prevent processing M.2 drives. ### Scheduling the script in Synology's Task Scheduler