惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

牧尘的NAS小站

大模型到底在干嘛 Claude 内部提示词手册公开(精选10条) AI现阶段常见新词汇出现背景(二) AI现阶段常见新词汇出现背景(一) Windows 下 OpenCV 编译与 GoCV 安装实战 CookLikeHOC:用老乡鸡的方式烹饪美味,轻松上手的JavaScript项目! SQLBot:问数新纪元的智能助手 🚀 什么是NAT?NAS远程访问绕不开的网络魔法 向量数据库介绍 MySQL慢SQL处理 NAS使用SnappyMail搭建个人WebMail 使用VirtualBox虚拟机安装群晖7.1系统 网络文件夹目前是以其他用户名和密码进行映射的 Nastool中IYUU插件修复 linux文件的特殊权限 linux文件的隐藏属性 个人下载记录 个人Docker镜像记录 Hexo配合Jenkins自动部署博客 Hexo博客放到OSS并自动更新 使用Hexo搭建个人博客 NAS使用timymediamanager刮削海报 ls、cp、rm、mv命令详解
群晖DSM降级指南
2024-02-29 · via 牧尘的NAS小站

发表于|更新于|NAS技术

|字数总计:493|阅读时长:1分钟|阅读量:

一些老机型升级DSM7.X以后,CPU占用直线飙升,套件使用不正常,此时需要对群晖系统进行降级,在此给出一次群晖系统降级DSM6.2.4的过程。

下载DSM6.2.4

首先到群晖官方下载DMS6.2.4,在网页里面选择自己的机器型号,如图:

下载Putty软件

在升级过程中需要使用ssh和telnet连接nas,如果有其他工具的话可以使用其他工具。

可以在官方下载,也可以点这里下载我存储的备份。

群晖打开SSH和Telnet

如图:

ssh连接nas并设置

按如下方法敲命令:

1
2
3
4
5
6
login as: admin
admin@192.168.31.201's password:
Could not chdir to home directory /var/services/homes/admin: No such file or directory
admin@NAS:/$ sudo -i
Password:
root@NAS:~# vim /etc.defaults/VERSION

在打开的文件中,将文件改成
注意:需要先敲键盘i才能修改

1
2
3
4
5
6
7
8
majorversion="6"
minorversion="2"
productversion="6.2.4"
buildphase="GM"
buildnumber="25556"
smallfixnumber="0"
builddate="2021/11/11"
buildtime="16:11:11"

修改完后,按Esc键,输入:wq保存并退出。
重启群晖,如无意外,在浏览器继续访问nas会出现待安装的NAS。

安装DMS6.2.4

使用正常流程安装群晖NAS,不出意外的话,第一次安装会提示失败,不要慌,这是正常的。

我们不要关闭浏览器,再次使用Putty连接NAS。

注意,这次使用Telnet进行连接,账号密码分别是:
用户名:root
密码:101-0101

然后跟第四步一样:

1
root@NAS:~

在打开的文件中,将文件改成

1
2
3
4
5
6
7
8
majorversion="6"
minorversion="2"
productversion="6.2.4"
buildphase="GM"
buildnumber="25556"
smallfixnumber="0"
builddate="2021/11/11"
buildtime="16:11:11"

修改完后,按Esc键,输入:wq保存并退出,【重点:这一步保存后,不要重启Nas】
直接刷新群晖安装页面再次安装即可成功。