Skip to content

Commit

Permalink
Merge pull request #26 from 007revad/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
007revad authored Feb 22, 2024
2 parents 2c6eacb + 5ad68c8 commit 9aea7ba
Show file tree
Hide file tree
Showing 9 changed files with 136 additions and 197 deletions.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v2.0.10
- Added Check and Restore as menu choices (so you don't need to run the script with an option to check or restore).
- Now shows which expansion units are currently connected.
- Now shows which expansion units are currently enabled.
- Can now enable all of the available expansion units.
- No longer need to restore to change the 3rd expansion unit (just enable a 4th or 5th etc).
- No longer edits scemd as it was unneeded and limited the number of expansion units that could be enabled.
- Bug fix for systemctl misspelt as systemct.
- Bug fix for error message that said "Cannot add M2 PCIe card" instead of "Cannot add expansion unit".

v1.0.8
- Hard coded /usr/syno/bin/ for Synology commands (to prevent $PATH issues).

Expand Down
35 changes: 15 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ Enable unsupported Synology eSATA Expansion Unit models

This script will enable a choice of DX517, DX513, DX213, DX510, RX418, RX415 or RX410 on Synology NAS that have an eSATA port.

You can enable DX517, RX418 and a 3rd model of either DX513, DX213, DX510, RX415 or RX410.

> **Note** <br> If you later want to change the 3rd model you need to:
> 1. Run the script with the --restore option.
> 2. Run the script again to enable your chosen expansion unit.
> 3. Reboot.
You can enable as many different expansion unit models as you want.

If you have 2 of the same expansion unit model you only need to enable it once for both expansion units to be enabled in DSM.

Expand All @@ -35,21 +30,21 @@ For example:

## Supported Models

I'm 99% certain this script will work for the following Synology NAS models:

| Model | Works | With |
|---------|-------|----------|
| DS1823xs+ | ??? | |
| DS1821+ | ??? | |
| DS1621+ | ??? | |
| DS1522+ | ??? | |
| DS1520+ | ??? | |
| DS923+ | ??? | |
| DS920+ | ??? | |
| DS723+ | ??? | |
| DS720+ | ??? | |
This script will work for the following Synology NAS models:

| Model | Works | Confirmed |
|---------|-------|-----------|
| DS1823xs+ | yes | |
| DS1821+ | yes | DX513, DX213, RX418 |
| DS1621+ | yes | |
| DS1522+ | yes | |
| DS1520+ | yes | |
| DS923+ | yes | |
| DS920+ | yes | |
| DS723+ | yes | |
| DS720+ | yes | DX513, DX213, RX418 |
| RS1221+, RS1221RP+ | yes | DX517 |
| RS822+, RS822RP+ | ??? | |
| RS822+, RS822RP+ | yes | |

- The DiskStation models above already have DX517 enabled, and RX418 partially enabled.
- The RackStation models above already have RX418 enabled, and DX517 partially enabled.
Expand Down
Binary file added images/v2_4_check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/v2_4_enabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/v2_default_status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/v2_enable_dx213.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/v2_enable_rx418.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/v2_restore_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9aea7ba

Please sign in to comment.