Skip to content

Instantly share code, notes, and snippets.

@FireEgl
Last active April 9, 2024 20:40
Show Gist options
  • Select an option

  • Save FireEgl/6c44f6be8b55abd5af0e5b657792e728 to your computer and use it in GitHub Desktop.

Select an option

Save FireEgl/6c44f6be8b55abd5af0e5b657792e728 to your computer and use it in GitHub Desktop.
ZFS Install v2.1.15 on Ubuntu
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