diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 9c3fcdd..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2023 007revad
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/README.md b/README.md
index ac30533..44a31a3 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,18 @@ #### What the script does:
* Checks if there is a newer version of this script and offers to download it for you.
* The new version available messages time out so they don't prevent the script running if it is scheduled to run unattended.
+### 2025 plus series and later models
+
+The table below summarizes drive compatibility by product series and drive type for models released in 2025 and later:
+
+**All series (DSM 7.3 or later) with Synology HDD DB:**
+
+| Drive Types | On Compatibility List | Not Listed | On Incompatibility List |
+|---|---|---|---|
+| HDD | ✓ Supported for:
• New installation and storage pool creation
• Migration from existing Synology systems | ✓ Supported for:
• Migration from existing Synology systems
✓ Supported for:
• New installation and storage pool creation
• Cache creation | ✓ Supported for:
• New installation and storage pool creation
• Cache creation
• Migration from existing Synology systems |
+| 2.5" SATA/SAS SSD | ✓ Supported for:
• New installation and storage pool creation
• Cache creation
• Migration from existing Synology systems | ✓ Supported for:
• Migration from existing Synology systems
✓ Supported for:
• New installation and storage pool creation
• Cache creation | ✓ Supported for:
• New installation and storage pool creation
• Cache creation
• Migration from existing Synology systems |
+| M.2 NVMe SSD | ✓ Supported for:
• Storage pool creation
• Cache creation
• Migration from existing Synology systems | ✓ Supported for:
• Migration from existing Synology systems
✓ Supported for:
• Storage pool creation
• Cache creation | ✓ Supported for:
• Storage pool creation
• Cache creation
• Migration from existing Synology systems |
+
### Download the script
1. Download the latest version _Source code (zip)_ from https://github.com/007revad/Synology_HDD_db/releases
@@ -88,10 +100,13 @@ ### Options 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
+ Always use this option unless you need to update
+ firmware on Synology drives
-r, --ram Disable memory compatibility checking (DSM 7.x only)
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
+ Do not use this option with DSM 7.4
-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
diff --git a/how_to_schedule.md b/how_to_schedule.md
deleted file mode 100644
index d2e65a5..0000000
--- a/how_to_schedule.md
+++ /dev/null
@@ -1,27 +0,0 @@
-# How to schedule a script in Synology Task Scheduler
-
-To schedule a script to run on your Synology at boot-up or shut-down follow these steps:
-
-**Note:** You can setup a schedule task and leave it disabled, so it only runs when you select the task in the Task Scheduler and click on the Run button.
-
-1. Go to **Control Panel** > **Task Scheduler** > click **Create** > and select **Triggered Task**.
-2. Select **User-defined script**.
-3. Enter a task name.
-4. Select **root** as the user (The script needs to run as root).
-5. Select **Boot-up** as the event that triggers the task.
-6. Leave **Enable** ticked.
-7. Click **Task Settings**.
-8. Optionally you can tick **Send run details by email** and **Send run details only when the script terminates abnormally** then enter your email address.
-9. In the box under **User-defined script** type the path to the script.
- - e.g. If you saved the script to a shared folder on volume1 called "scripts" you'd type:
- - **/volume1/scripts/syno_hdd_db.sh -nr --autoupdate=3**
- - For information on the options see [Options](README.md#options)
-11. Click **OK** to save the settings.
-
-Here's some screenshots showing what needs to be set:
-
-
-
-
-
-
diff --git a/images/schedule1.png b/images/schedule1.png
deleted file mode 100644
index e133044..0000000
Binary files a/images/schedule1.png and /dev/null differ
diff --git a/images/schedule2.png b/images/schedule2.png
deleted file mode 100644
index f26b872..0000000
Binary files a/images/schedule2.png and /dev/null differ
diff --git a/images/schedule3.png b/images/schedule3.png
deleted file mode 100644
index 341c3e5..0000000
Binary files a/images/schedule3.png and /dev/null differ
diff --git a/images/syno_hdd_db.png b/images/syno_hdd_db.png
deleted file mode 100644
index 451795c..0000000
Binary files a/images/syno_hdd_db.png and /dev/null differ
diff --git a/images/syno_hdd_db2.png b/images/syno_hdd_db2.png
deleted file mode 100644
index 75834bf..0000000
Binary files a/images/syno_hdd_db2.png and /dev/null differ