install_zfs
INSTLL ZFS
This works for Ubuntu/Debian.
apt-get install software-properties-common
add-apt-repository ppa:zfs-native/stable
apt-get update
apt-get install ubuntu-zfs
apt-get install zfs-initramfs
modprobe zfs
dmesg | egrep “SPL|ZFS”
Create ZFS stripe set on different disks
zpool status
fdisk -l | grep /dev/
zpool create datastore /dev/sdc3 /dev/sda /dev/sdb /dev/sdd
–> where /dev/xxx are your identified disks you want to span and “datastore” is the given name
zpool status
zpool list
or zpool import
Your ArtIT Team
install_zfs.txt · Last modified: 2017/10/12 15:59 by chris