From 555454899c53eb01c26751153ba789d7e2ef1c9e Mon Sep 17 00:00:00 2001
From: Dave Russell <39733752+007revad@users.noreply.github.com>
Date: Sat, 27 Jan 2024 07:08:05 +1100
Subject: [PATCH] Update README.md
- Fix for drives that exist in the drive database already but have "compatibility not_support".
- Affected drives were showing as "Incompatible" in storage manager.
---
README.md | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
index 0bc45dc..bea079f 100644
--- a/README.md
+++ b/README.md
@@ -58,22 +58,24 @@ ### Options when running the script
There are optional flags you can use when running the script:
```YAML
- -s, --showedits Show edits made to _host db and db.new file(s).
- -n, --noupdate Prevent DSM updating the compatible drive databases.
+ -s, --showedits Show edits made to _host db and db.new file(s)
+ -n, --noupdate Prevent DSM updating the compatible drive databases
-r, --ram Disable memory compatibility checking (DSM 7.x only)
- and sets max memory to the amount of installed memory.
+ and sets max memory to the amount of installed memory
+ -f, --force Force DSM to not check drive compatibility
+ Do not use this option unless absolutely needed
+ -i, --incompatible Change incompatible drives to supported
+ Do not use this option unless absolutely needed
-w, --wdda Disable WD Device Analytics to prevent DSM showing
- a false warning for WD drives that are 3 years old.
- DSM 7.2.1 already has WDDA disabled.
- -f, --force Force DSM to not check drive compatibility.
- Do not use this option unless absolutely needed.
- -e, --email Disable colored text in output scheduler emails.
- --restore Undo all changes made by the script.
- --autoupdate=AGE Auto update script (useful when script is scheduled).
+ a false warning for WD drives that are 3 years old
+ DSM 7.2.1 already has WDDA disabled
+ -e, --email Disable colored text in output scheduler emails
+ --restore Undo all changes made by the script
+ --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.
- -h, --help Show this help message.
- -v, --version Show the script version.
+ auto-updating. AGE must be a number: 0 or greater
+ -h, --help Show this help message
+ -v, --version Show the script version
```
**Notes:**