标签: unraid

4 篇文章

thumbnail
在 VMware 中安装 unraid 系统
from--https://www.maxiaowei.tech/posts/3612691073.html 起因 家里的 nas 的第一个系统就是 unraid,整体体验不错,系统蛮符合我的需求的。只是由于它自带的 app 商店经常需 要科学的方法才能连上,体验不太好,才换成现在的 truenas。而现在的 truenas 社区 app 的 docker 镜像地址都换成了 tccr.io,不能用 dockerhub 的镜像加速以后连接速度感人。最近在犹豫是否换回 unraid,就准备在虚拟机中尝试下 unraid 现在的 app 商店情况如何。 由于 unraid 没有提供系统镜像,只能从 U 盘启动系统,在虚拟机中使用 unraid 就比较麻烦,百度搜索只搜到一篇安装失败的博客,参考价值不大,只能自己想办法。 不想看折腾过程的直接看结…
Unraid配置NUT连接UPS
Unraid配置NUT连接UPS 2021 from--https://forums.unraid.net/topic/93341-tutorial-networked-nut-for-cyberpower-ups/ I should start with the disclaimer that I have no particular expertise with NUT so this guide is not definitive. I have a Cyberpower UPS (CP685AVR) powering a Raspberry Pi and my Unraid Server. Initially I installed apcupsd on the Pi, connected it to the UPS (via US…
Unraid virtio-net 和 virtio 区别
virtio-net 比 virtio 要慢很多 virtio-net-pci 别名是 virtio-net 使用 virtio-net-pci 会添加 vhost=on 参数启动 virtio-net 提高了稳定性,但是会影响性能。为了提高性能,可以选择 virtio。 当 docker 容器同时处于活动状态时,virtio 驱动程序可能会导致系统崩溃。因此为了稳定性 默认选择 virtio-net。 实际情况中优先选择 virtio 就好,出现问题再考虑 virtio-net。 资料来源: https://forums.unraid.net/topic/101283-what-is-the-difference-between-virtio-and-virtio-net/
如何下载安装Unraid的测试版
下载Unraid的升级配置插件https://s3.amazonaws.com/dnld.lime-technology.com/next/unRAIDServer.plg, 打开文件,在开头找到 <!DOCTYPE PLUGIN [ <!ENTITY name "unRAIDServer"> <!ENTITY author "LimeTech"> <!ENTITY version "6.9.0-beta25"> <!ENTITY category "next"> <!ENTITY pluginURL "https://s3.amazonaws.com/dnld.lime-technology.com/&category;/&name;.plg"> <!…