i just got a rockpi penta hat with the enclosure, loaded it up with disks but
it seems that ZFS is missing from the Ubuntu distro that radxa is distributing.
I first tried to use their Debian 9 distro so that I could use OpenMediaVault, but debian doesn’t come with ZFS. I attempted to build the dkms, but it failed.
Has anyone gotten ZFS to work with one of the official distros? How? It seems the kernel modules are missing from the official distribution.
root@rockpi:~# zpool create tank raidz /dev/sdb /dev/sdc /dev/sdd The ZFS modules are not loaded. Try running '/sbin/modprobe zfs' as root to load them. root@rockpi:~# modprobe zfs modprobe: FATAL: Module zfs not found in directory /lib/modules/4.4.154-111-rockchip-g39b306a41b2d root@rockpi:~# dkms status spl, 0.7.5: added zfs, 0.7.5: added root@rockpi:~# lsmod Module Size Used by bcmdhd 1183744 0 autofs4 40960 2 root@rockpi:~# find /lib/modules/ -name '*zfs*' root@rockpi:~# uname -a Linux rockpi 4.4.154-111-rockchip-g39b306a41b2d #1 SMP Wed Jul 8 15:03:52 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux root@rockpi:~# cat /etc/issue Ubuntu 18.04.5 LTS \n \l
I’m using a rockpi 4b with the pentahat and enclosure. I suppose I could try the Ubuntu 20 distro for the 4c or one of the community maintained distributions, but it’s quite a bit of work disassemble the enclosure to get to the EMMC every time I want to try