Browse Source

Merge pull request #456 from 007revad/develop

Develop
pull/467/head
Dave Russell 8 months ago
committed by GitHub
parent
commit
c6a0d619c4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 25
      2025_plus_models.md

25
2025_plus_models.md

@ -1,4 +1,27 @@
## 2025 series DS Plus models ## 2025 series or later Plus models
### 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.
1. Start telnet via http://<NAS-IP>:5000/webman/start_telnet.cgi
- 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
```
user = root
pass = 101-0101
```
5. Execute the following command:
```
touch /tmp/installable_check_pass
```
7. Refresh the web installation page and install DSM.
8. Then in the telnet window execute the following command
```
/usr/syno/bin/synosetkeyvalue support_disk_compatibility no
```
9. You can now create your storage pool from Storage Manager.
### Deleting and recreating your storage pool on unverified HDDs ### Deleting and recreating your storage pool on unverified HDDs

Loading…
Cancel
Save