User Tools

Site Tools


install_zfs

This is an old revision of the document!


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

install_zfs.1507816662.txt.gz · Last modified: 2017/10/12 15:57 by chris