Brume2 build the RAID1 with 2 Hard Drives

Hi, There is any way to configure the brume2 to connect two hard drives via USB into a RAID1 array?

Hi

If you're comfortable with Linux and OpenWrt, you can set up RAID directly using mdadm:


opkg update && opkg install mdadm


Alternatively, you can use a third-party plugin for a visual RAID configuration:

wget https://github.com/lisaac/luci-app-diskman/releases/download/v0.2.11/luci-app-diskman_v0.2.11_all.ipk

opkg update && opkg install luci-compat luci-lib-ipkg parted blkid smartmontools e2fsprogs btrfs-progs lsblk mdadm luci-app-diskman_v0.2.11_all.ipk

reboot

After reboot, RAID can be configured in LuCI under System → DiskMan.

Note: Brume 2’s USB power may not support two disks. Use USB drives with auxiliary power if needed.