Created
June 8, 2025 11:33
-
-
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
apt install -y linux-headers-amd64 zfsutils-linux zfs-dkms zfs-zed smartmontools | |
modprobe zfs | |
zfs --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment