Created
September 15, 2014 09:11
-
-
Save v-thomp4/def03ca3450d6936a1d3 to your computer and use it in GitHub Desktop.
install zfs ubuntu 14.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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