pimox7 icon indicating copy to clipboard operation
pimox7 copied to clipboard

zfs not loading

Open kinhsman opened this issue 1 year ago • 3 comments

Hi, I have Proxmox 8.0.6 running on NanoPi R6S. The issue i'm running into is that I cannot create a ZFS pool. Any insight is greatly appreciated! image

root@NanoPi-PVE:~# zpool list
The ZFS modules are not loaded.
Try running '/sbin/modprobe zfs' as root to load them.
root@NanoPi-PVE:~# /sbin/modprobe zfs
modprobe: FATAL: Module zfs not found in directory /lib/modules/5.10.160
root@NanoPi-PVE:~# 

kinhsman avatar Nov 01 '23 17:11 kinhsman

Install Kernel Headers and zfs-dkms package

TheBossME avatar Nov 01 '23 17:11 TheBossME

How would I install the Kernel Headers and the zfs-dkms package ? Could you help me with the right Shell commands ?

harrovandoorn avatar Nov 13 '23 13:11 harrovandoorn

the kernel headers are needed to install zfs-dkms.

apt install <Linux-kernel-headers> apt install zfs-dkms

should be enough

TheBossME avatar Nov 13 '23 13:11 TheBossME