Skip to content

Instantly share code, notes, and snippets.

@bixu
Created October 23, 2015 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bixu/5810f9166bfa8af4b8c1 to your computer and use it in GitHub Desktop.
Save bixu/5810f9166bfa8af4b8c1 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
apt-get install -y software-properties-common
apt-add-repository -y ppa:zfs-native/stable
apt-get update
apt-get install -y ubuntu-zfs
# load zfs kernel module
modprobe zfs
zpool status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment