Skip to content

Commit

Permalink
Merge pull request #43 from 007revad/develop
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
007revad authored Feb 16, 2024
2 parents e726f0d + c112e3b commit 4b285dc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@

### Description

Easily switch between SHR and RAID Groups
Easily switch between SHR and RAID Groups, or enable RAID-F1

High-end Synology NAS models have RAID Groups enabled and SHR disabled. This script allows you to switch from SHR to RAID Groups, or from RAID Groups to SHR. It backs up the synoinfo.conf first, so you can restore it later if needed.
- Allows you to enable RAID-F1 on Synology consumer NAS models that don't have RAID-F1 as an option.
- Allows you to switch between SHR and RAID Groups.
- The script backs up the original settings so it can restore them later if needed.

## Download the script

Expand Down Expand Up @@ -38,7 +40,10 @@ sudo -s /volume1/scripts/syno_shr_switch.sh
## Screenshots

<p align="center">Check currently set RAID type</p>
<p align="center"><img src="/images/raidgroup_shr-switch_check3.png"></p>
<p align="center"><img src="/images/check_raidf1.png"></p>

<p align="center">Enable RAID-F1</p>
<p align="center"><img src="/images/enable_raidf1.png"></p>

<p align="center">Switch to SHR</p>
<p align="center"><img src="/images/raidgroup_shr-switch_shr3.png"></p>
Expand Down

0 comments on commit 4b285dc

Please sign in to comment.