Install zfs on Rocky Linux
- Read more about Install zfs on Rocky Linux
- Log in or register to post comments
From a fresh Rocky Linux install, need to add some repos.
# dnf install epel-release -y
https://docs.rockylinux.org/books/lxd_server/01-install/
Install the repo instructions for getting zfs
dnf install https://zfsonlinux.org/epel/zfs-release-2-2$(rpm --eval "%{dist}").noarch.rpm
Installing zfs pulls in all the kernel modding requirements like kernel-devel and gcc
dnf install zfs
Load the zfs module
/sbin/modprobe zfs