Last active
April 9, 2024 20:40
-
-
Save FireEgl/6c44f6be8b55abd5af0e5b657792e728 to your computer and use it in GitHub Desktop.
ZFS Install v2.1.15 on Ubuntu
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 build-essential autoconf automake libtool gawk alien fakeroot dkms libblkid-dev uuid-dev libudev-dev libssl-dev zlib1g-dev libaio-dev libattr1-dev libelf-dev linux-headers-generic python3 python3-dev python3-setuptools python3-cffi libffi-dev python3-packaging debhelper-compat dh-python po-debconf python3-all-dev python3-sphinx libpam0g-dev | |
| wget https://github.com/openzfs/zfs/releases/download/zfs-2.1.15/zfs-2.1.15.tar.gz | |
| tar -zxf zfs-2.1.15.tar.gz | |
| cd zfs-2.1.15 | |
| ./configure --enable-systemd | |
| make -j1 deb-utils deb-dkms | |
| rm openzfs-zfs-dracut_*.deb | |
| apt-get install --fix-missing ./*.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment