Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created September 15, 2014 09:11
Show Gist options
  • Save v-thomp4/def03ca3450d6936a1d3 to your computer and use it in GitHub Desktop.
Save v-thomp4/def03ca3450d6936a1d3 to your computer and use it in GitHub Desktop.
install zfs ubuntu 14.04
sudo apt-add-repository ppa:zfs-native/stable
sudo apt-get update
sudo apt-get install -y ubuntu-zfs
modprobe zfs
lsmod | grep zfs
lsblk
sudo zpool create tank mirror sdb sdd
zfs list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment