pimox7
pimox7 copied to clipboard
zfs not loading
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!
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:~#
Install Kernel Headers and zfs-dkms package
How would I install the Kernel Headers and the zfs-dkms package ? Could you help me with the right Shell commands ?
the kernel headers are needed to install zfs-dkms.
apt install <Linux-kernel-headers> apt install zfs-dkms
should be enough