Browse Source

Merge pull request #509 from 007revad/main

Sync from main
pull/519/head
Dave Russell 3 months ago
committed by GitHub
parent
commit
7907bd9c17
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 20
      2025_plus_models.md
  2. 2
      README.md
  3. 3
      my-other-scripts.md

20
2025_plus_models.md

@ -1,6 +1,6 @@
## 2025 series or later Plus models ## 2025 series or later Plus models
### Unverified 3rd party drive limitations and unoffical solutions ### Unverified 3rd party drive limitations and unofficial solutions
| Action | Works | Result | Solution | | Action | Works | Result | Solution |
|--------|--------------|--------|----------| |--------|--------------|--------|----------|
@ -25,21 +25,23 @@ ### Setting up a new 2025 or later plus model with only unverified HDDs
DSM won't install on a 2025 or later series plus model if you only have unverified HDDs. But we can get around that. DSM won't install on a 2025 or later series plus model if you only have unverified HDDs. But we can get around that.
1. Start telnet by entering `http://<NAS-IP>:5000/webman/start_telnet.cgi` into your browser's address bar. 1. Start telnet by entering `http://<NAS-IP>:5000/webman/start_telnet.cgi` into your browser's address bar.
- Replace `<NAS-IP>` with the IP address of the Synology NAS. - Replace `<NAS-IP>` with the IP address of the Synology NAS.
3. Open a telnet client on your computer and log in to telnet with: 2. Open a telnet client (powershell, PuTTY etc) on your computer and connect to the Synology with 'telnet <NAS-IP>`.
- `root` for the username - Replace `<NAS-IP>` with the IP address of the Synology NAS.
3. Log into telnet with:
- `root` for the login
- `101-0101` for the password - `101-0101` for the password
5. Execute the following command: (using a while loop in case DSM is running in a VM) 4. Execute the following command: (using a while loop in case DSM is running in a VM)
``` ```
while true; do touch /tmp/installable_check_pass; sleep 1; done while true; do touch /tmp/installable_check_pass; sleep 1; done
``` ```
7. Refresh the web installation page and install DSM. 5. Refresh the web installation page and install DSM.
8. Then in the telnet window, or via SSH, execute the following command: 6. Then in the telnet window, or via SSH, execute the following command:
``` ```
/usr/syno/bin/synosetkeyvalue /etc.defaults/synoinfo.conf support_disk_compatibility no /usr/syno/bin/synosetkeyvalue /etc.defaults/synoinfo.conf support_disk_compatibility no
``` ```
9. If Storage Manager is already open close then open it, or refresh the web page. If refreshing the page or restarting Storage Manager is not working, try restarting your Synology NAS. 7. If Storage Manager is already open close then open it, or refresh the web page. If refreshing the page or restarting Storage Manager is not working, try restarting your Synology NAS.
10. You can now create your storage pool from Storage Manager. 8. You can now create your storage pool from Storage Manager.
<br> <br>

2
README.md

@ -1,7 +1,7 @@
# Synology HDD db # Synology HDD db
<a href="https://github.com/007revad/Synology_HDD_db/releases"><img src="https://img.shields.io/github/release/007revad/Synology_HDD_db.svg"></a> <a href="https://github.com/007revad/Synology_HDD_db/releases"><img src="https://img.shields.io/github/release/007revad/Synology_HDD_db.svg"></a>
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2F007revad%2FSynology_HDD_db&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=views&edge_flat=false"/></a> ![Badge](https://hitscounter.dev/api/hit?url=https%3A%2F%2Fgithub.com%2F007revad%2FSynology_HDD_db&label=Visitors&icon=github&color=%23198754&message=&style=flat&tz=Australia%2FSydney)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/paypalme/007revad) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/paypalme/007revad)
[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/007revad) [![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/007revad)
[![committers.top badge](https://user-badge.committers.top/australia/007revad.svg)](https://user-badge.committers.top/australia/007revad) [![committers.top badge](https://user-badge.committers.top/australia/007revad.svg)](https://user-badge.committers.top/australia/007revad)

3
my-other-scripts.md

@ -64,6 +64,9 @@ ### Synology recovery
- **<a href="https://github.com/007revad/Syno_DSM_Extractor_GUI">Syno_DSM_Extractor_GUI</a>** - **<a href="https://github.com/007revad/Syno_DSM_Extractor_GUI">Syno_DSM_Extractor_GUI</a>**
- Windows GUI for extracting Synology DSM 7 pat files and spk package files. - Windows GUI for extracting Synology DSM 7 pat files and spk package files.
- **<a href="https://github.com/007revad/Synoboot_backup">Synoboot_backup</a>**
- Back up synoboot after each DSM update so you can recover from a corrupt USBDOM.
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [Back to Contents](#contents) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [Back to Contents](#contents)

Loading…
Cancel
Save