教程介绍

近段时间一直在折腾NAS,而国产之光飞牛可谓是热度满满,尤其是可以在大硬盘VPS上面玩耍就更加奇乐无穷了,今天正好买了一款杜雷丝家的大硬盘vps,记录一下安装过程并分享给小伙伴们,简单的很。

下载脚本

curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh || wget -O reinstall.sh $_

开始运行脚本

bash reinstall.sh fnos
#提示输入密码
***** PROMPT PASSWORD *****
Leave blank to use a random password.
不填写则使用随机密码
Password: xxxxxxxx
Retype password: xxxxxxxx

设置系统盘容量

#按照你VPS的SSD容量设置即可,尽量在24-64之间
***** SET FINALOS FNOS *****
Type System Partition Size in GB. Minimal 8 GB. [8]: 

设置完成

#阅读一下相关提示
***** INFO *****
fnos 
Username: root
Password: xxxxxxxx
Special note for FNOS:
Reboot to start the installation.
SSH login is disabled when installation completed.
You need to config the account and password on http://SERVER_IP:5666 as soon as possible.

飞牛 OS 注意事项:
重启后开始安装。
安装完成后不支持 SSH 登录。
你需要尽快在 http://SERVER_IP:5666 配置账号密码。

重启进入安装

reboot

安装过程中,会有一个web页面,提示安装状态,使用 http://12.34.56.78 你IP打开即可看到,包括下载、解压境像、以及安装过程等内容。

安装完成

http://SERVER_IP:5666 设置用户名,并添加飞牛帐号及硬盘,开启你的起飞之旅吧。