Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zfs not loading #168

Open
kinhsman opened this issue Nov 1, 2023 · 3 comments
Open

zfs not loading #168

kinhsman opened this issue Nov 1, 2023 · 3 comments

Comments

@kinhsman
Copy link

kinhsman commented Nov 1, 2023

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
Copy link

Install Kernel Headers and zfs-dkms package

@harrovandoorn
Copy link

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

@TheBossME
Copy link

TheBossME commented Nov 13, 2023

the kernel headers are needed to install zfs-dkms.

apt install
apt install zfs-dkms

should be enough

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants