007revad
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
syno_hdd_db.sh
|
|
@ -3,7 +3,7 @@ |
|
|
#-------------------------------------------------------------------------------------------------- |
|
|
#-------------------------------------------------------------------------------------------------- |
|
|
# Github: https://github.com/007revad/Synology_HDD_db |
|
|
# Github: https://github.com/007revad/Synology_HDD_db |
|
|
# Script verified at https://www.shellcheck.net/ |
|
|
# Script verified at https://www.shellcheck.net/ |
|
|
# Tested on DSM 7.1.1 and DSM 6.2.4 |
|
|
# Tested on DSM 7.2 beta, 7.1.1 and DSM 6.2.4 |
|
|
# |
|
|
# |
|
|
# Easiest solution: |
|
|
# Easiest solution: |
|
|
# Edit /etc.defaults/synoinfo.conf and change support_disk_compatibility="yes" to "no" and reboot. |
|
|
# Edit /etc.defaults/synoinfo.conf and change support_disk_compatibility="yes" to "no" and reboot. |
|
|
@ -33,7 +33,7 @@ |
|
|
# It's also parsed and checked and probably in some cases it could be more critical to patch that one instead. |
|
|
# It's also parsed and checked and probably in some cases it could be more critical to patch that one instead. |
|
|
|
|
|
|
|
|
# DONE |
|
|
# DONE |
|
|
# Added support for M.2 drives on a PCI card (M2Dxx and E10G18-T1 and future models). |
|
|
# Added support for M.2 drives on a PCI card (M2Dxx and E10M20-T1 and future models). |
|
|
# |
|
|
# |
|
|
# Improved flags/options checking and added usage help. |
|
|
# Improved flags/options checking and added usage help. |
|
|
# |
|
|
# |
|
|
|