unraid里要卸载某块硬盘,或者从阵列变更为缓存盘。
1,在MAIN里变更卸载某个硬盘
2,停止阵列
3,进入TOOLS——》New Config——》将Preserve current assignments改为All,并且下面Yes, I want to do this 打勾,最后APPLY。
4,在MAIN下方Array Operation点START重启阵列。
enjoy~
on going
unraid里要卸载某块硬盘,或者从阵列变更为缓存盘。
1,在MAIN里变更卸载某个硬盘
2,停止阵列
3,进入TOOLS——》New Config——》将Preserve current assignments改为All,并且下面Yes, I want to do this 打勾,最后APPLY。
4,在MAIN下方Array Operation点START重启阵列。
enjoy~
本文简述unraid(6.10.1)下如何安装openwrt,使用虚拟网口,非直通。
我比较倾向使用Lean大的,简约高效,网上一些其他人编译的高大全的固件都是基于他的源码修改的。本站也提供了下载:
大雕lean openwrt固件下载(x64-R22.4.7)
将下载的.img文件放到unraid下domains目录下。domains目录是专门放镜像文件的,缓存配置的Prefer,也可以自建目录。
VMs——》ADD VM——》选择Linux
Autostart:建议打开
Logical CPUs:分配的CPU数量
Initial Memory:分配的物理内存,256-512M足够了
Machine:默认
BIOS:如果固件是UEFI版的可以选OVMF;如果是combined的就选SeaBIOS
Primary vDisk Location:选Manual(手动配置),然后选择.img镜像文件的路径
Primary vDisk Bus:默认VirtIO即可,使用虚拟IO总线
Network Model:这里的网卡类型需要改成e1000,否则在openwrt里的网卡就不能是全双工。
完了就直接新建的同时开启虚拟机。
左键点击虚拟机图标,选 VNC Remote,进入linux后台
进入后台后按回车就可以显示命令行,然后输入以下命令,即可更改密码。需要输入两次,并且密码不会明文显示。
passwd
密码改完后,输入命令以下命令修改openwrt虚拟机局域网IP
vi /etc/config/network
将option ipaddr 后面的地址更改为你指定的IP。 (linux的vi指令不会用的自行百度)
改完后返回虚拟机,点击图标选择restart重启虚拟机
在浏览器输入刚才配置的IP地址即可访问登录openwrt后台
enjoy~
Use cache pool (for new files/directories): No/Yes/Only/Prefer
Specify whether new files and directories written on the share can be written onto the Cache disk/pool if present. This setting also affects mover behavior.
指定写入共享的新文件和目录是否可以写入缓存磁盘/池(如果存在)。此设置也会影响移动器行为。
No prohibits new files and subdirectories from being written onto the Cache disk/pool. Mover will take no action so any existing files for this share that are on the cache are left there.
No禁止将新文件和子目录写入缓存磁盘/池。 Mover将不执行任何操作,因此缓存中此共享的任何现有文件都将保留在那里。
Yes indicates that all new files and subdirectories should be written to the Cache disk/pool, provided enough free space exists on the Cache disk/pool. If there is insufficient space on the Cache disk/pool, then new files and directories are created on the array. When the mover is invoked, files and subdirectories are transferred off the Cache disk/pool and onto the array.
是表示所有新文件和子目录都应写入缓存磁盘/池,前提是缓存磁盘/池上有足够的可用空间。如果缓存磁盘/池上的空间不足,则会在阵列上创建新文件和目录。调用移动器时,文件和子目录会从缓存磁盘/池中传输到阵列上。
Only indicates that all new files and subdirectories must be written to the Cache disk/pool. If there is insufficient free space on the Cache disk/pool, create operations will fail with out of space status. Mover will take no action so any existing files for this share that are on the array are left there.
仅表示必须将所有新文件和子目录写入缓存磁盘/池。如果缓存磁盘/池上的可用空间不足,创建操作将失败并显示空间不足状态。 Mover将不执行任何操作,因此阵列上此共享的任何现有文件都将保留在那里。
Prefer indicates that all new files and subdirectories should be written to the Cache disk/pool, provided enough free space exists on the Cache disk/pool. If there is insufficient space on the Cache disk/pool, then new files and directories are created on the array. When the mover is invoked, files and subdirectories are transferred off the array and onto the Cache disk/pool.
Prefer表示所有新文件和子目录都应写入缓存磁盘/池,前提是缓存磁盘/池上有足够的可用空间。如果缓存磁盘/池上的空间不足,则会在阵列上创建新文件和目录。调用移动设备时,文件和子目录会从阵列传输到缓存磁盘/池上。
NOTE: Mover will never move any files that are currently in use. This means if you want to move files associated with system services such as Docker or VMs then you need to disable these services while mover is running.
注意: Mover 永远不会移动当前正在使用的任何文件。这意味着如果您想移动与系统服务(例如 Docker 或 VM)关联的文件,则需要在移动程序运行时禁用这些服务。
如果由于某种原因无法使用 USB Flash Creator 工具,或者未检测到您的 USB 闪存设备,则可以手动格式化并准备可启动的 USB 闪存设备。 注意:此方法仅适用于 32GB 及以下的设备。
UNRAID
(区分大小写,使用全部大写)。EFI-
目录重命名为EFI
Windows 7 或更高版本
右键单击make_bootable.bat文件并选择Run as Administrator。
苹果电脑
双击文件make_bootable_mac文件并在出现提示时输入您的管理员密码。
Linux:
将make_bootable_linux文件复制到硬盘
卸载(不弹出)USB 驱动器
从您将其解压到 Linux 系统上的任何位置运行以下命令:
sudo bash ./make_bootable_linux
注意:在运行此脚本的过程中,闪存设备可能会在您的工作站上消失并重新出现几次——这是预期的行为。