install_zfs
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| install_zfs [2017/10/12 15:57] – created chris | install_zfs [2017/10/12 15:59] (current) – chris | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| __This works for Ubuntu/ | __This works for Ubuntu/ | ||
| - | apt-get install software-properties-common | + | apt-get install software-properties-common\\ |
| - | add-apt-repository ppa: | + | add-apt-repository ppa: |
| - | apt-get update | + | apt-get update\\ |
| - | apt-get install ubuntu-zfs | + | apt-get install ubuntu-zfs\\ |
| - | apt-get install zfs-initramfs | + | apt-get install zfs-initramfs\\ |
| - | modprobe zfs | + | modprobe zfs\\ |
| - | dmesg | egrep " | + | dmesg | egrep " |
| - | Create ZFS stripe set on different disks | + | Create ZFS stripe set on different disks\\ |
| - | zpool status | + | zpool status\\ |
| - | fdisk -l | grep /dev/ | + | fdisk -l | grep /dev/\\ |
| - | zpool create datastore /dev/sdc3 /dev/sda /dev/sdb /dev/sdd | + | zpool create datastore /dev/sdc3 /dev/sda /dev/sdb /dev/sdd\\ |
| - | --> where /dev/xxx are your identified disks you want to span and " | + | --> where /dev/xxx are your identified disks you want to span and " |
| - | zpool status | + | zpool status\\ |
| - | zpool list | + | zpool list\\ |
| - | or zpool import | + | or zpool import\\ |
| + | Your ArtIT Team | ||
| + | \\ | ||
| + | \\ | ||
| + | |||
| + | **[[linux|BACK]]** | ||
install_zfs.1507816662.txt.gz · Last modified: 2017/10/12 15:57 by chris
