Skip to content

Instantly share code, notes, and snippets.

@Mstaaravin
Last active August 22, 2025 19:12
Show Gist options
  • Save Mstaaravin/24de835ba4f33dd9ee2dc8bb24c7ecb7 to your computer and use it in GitHub Desktop.
Save Mstaaravin/24de835ba4f33dd9ee2dc8bb24c7ecb7 to your computer and use it in GitHub Desktop.
ZFS Install on Debian 12
# 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