User Tools

Site Tools


ubuntu:ubuntu_zfs

Installing ZFS on Ubuntu

  1. Make sure you have add-apt-repoistory
    apt-get install python-software-properties
  2. Add the “Native ZFS for Linux” team ppa
    add-apt-repository ppa:zfs-native/stable
    apt-get update
  3. Install ZFS
    apt-get install debootstrap spl-dkms zfs-dkms ubuntu-zfs
  4. Make sure zfs module is loaded
    echo "zfs" >> /etc/modules
  5. From here you should be able to use normal zpool and zfs commands
ubuntu/ubuntu_zfs.txt · Last modified: 2015/01/12 09:49 by tschulz