====== Installing ZFS on Ubuntu ====== * Source material: [[https://github.com/zfsonlinux/pkg-zfs/wiki/HOWTO-install-Ubuntu-to-a-Native-ZFS-Root-Filesystem]] * ZFS PPA: [[https://launchpad.net/~zfs-native/+archive/ubuntu/stable]] - Make sure you have add-apt-repoistory apt-get install python-software-properties - Add the “Native ZFS for Linux” team ppa add-apt-repository ppa:zfs-native/stable apt-get update - Install ZFS apt-get install debootstrap spl-dkms zfs-dkms ubuntu-zfs - Make sure zfs module is loaded echo "zfs" >> /etc/modules - From here you should be able to use normal zpool and zfs commands