riptidewave93 / UNVR-NAS

Convert your Unifi UNVR/UNVR Pro into a Debian OpenMediaVault NAS Appliance
56 stars 1 forks source link

No BTRFS support in OpenMediaVault #3

Closed riptidewave93 closed 3 months ago

riptidewave93 commented 3 months ago

Due to the use of the kernel image that comes packaged in the Unifi Kernel, we have no BTRFS kernel module. This means that OpenMediaVault can only do mdadm raid. It would be nice to get BTRFS going with either an out-of-tree module or by getting GPL source from Unifi (preferred) and building our own kernel

riptidewave93 commented 3 months ago

Resolved with https://github.com/riptidewave93/UNVR-NAS/commit/f399e139583ae6c0576b20844d4e7c27ee0b28aa

Id still like our own kernel, but this works for now.