|
点开我发的链接,看这一部分就好了,用未认证的硬盘设置全新的2025系机器
Setting up a new 2025 or later plus model with only unverified HDDs
Credit to Alex_of_Chaos on reddit
DSM won't install on a 2025 or later series plus model if you only have unverified HDDs. But we can get around that.
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.
Open a telnet client on your computer and log in to telnet with:
root for the username
101-0101 for the password
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
Refresh the web installation page and install DSM.
Then in the telnet window, or via SSH, execute the following command:
/usr/syno/bin/synosetkeyvalue /etc.defaults/synoinfo.conf support_disk_compatibility no
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.
You can now create your storage pool from Storage Manager.
|
|