pimox / pimox7

Proxmox V7 for Raspberry Pi
1.7k stars 157 forks source link

zfs not loading #168

Open kinhsman opened 9 months ago

kinhsman commented 9 months ago

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:~# 
TheBossME commented 9 months ago

Install Kernel Headers and zfs-dkms package

harrovandoorn commented 9 months ago

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

TheBossME commented 9 months ago

the kernel headers are needed to install zfs-dkms.

apt install apt install zfs-dkms

should be enough