====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 \\ \\ **[[linux|BACK]]**