From 253e14ad1201109005a394b8a7f5f05f622e1920 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Thu, 27 Apr 2023 17:52:36 +1000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e89fb3b..6c3bd84 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ ### Options when running the script There are 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. -* --noupdate or -n to prevent DSM updating the compatible drive databases. +* --noupdate or -n to prevent DSM updating the compatible drive databases. See note below. * --m2 or -m to prevent processing M.2 drives. * --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". @@ -53,6 +53,8 @@ ### Options when running the script * If you run the script without --ram or -r it will re-eanble "support_memory_compatibility". * --restore to undo all the changes the script has made. +**Note** If you have some Synology drives and want to update their firmware run the script **without** --noupdate or -n, then do the drive database update from Storage Manager and finally run the script again with your preferred options. +

### Scheduling the script in Synology's Task Scheduler