User Tools

Site Tools


fileservices:zfs_ubuntu

This is an old revision of the document!


ZFS on Ubuntu

Install ZFS

  1. make sure add-apt-repository is installed
    apt-get install python-software-properties
  2. add native zfs repo
    add-apt-repository ppa:zfs-native/stable
    apt-get update
  3. install zfs package
    apt-get install ubuntu-zfs

Create Pool and datasets

  1. create pool
    zpool create tank /dev/<DISK>
  2. create dataset
    zfs create tank/vol1
fileservices/zfs_ubuntu.1379441695.txt.gz · Last modified: 2013/09/17 13:14 by tschulz