Last active
August 22, 2025 19:12
-
-
Save Mstaaravin/24de835ba4f33dd9ee2dc8bb24c7ecb7 to your computer and use it in GitHub Desktop.
ZFS Install on Debian 12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add contrib non-free to /etc/apt/sources.list | |
# deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware | |
mokutil --sb-state | |
apt install -y linux-headers-$(uname -r) zfsutils-linux zfs-dkms zfs-zed | |
modprobe zfs | |
zfs --version | |
dkms status zfs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment