migmedia.net

linux

Ubuntu Rescue with ZFS and storcli

2015-11-04
Tags: zfs, rescue

ZFS

Add repository to sources

apt-add-repository --yes ppa:zfs-native/stable
apt-get update
apt-get install debootstrap spl-dkms zfs-dkms ubuntu-zfs

Test the installation

modprobe zfs
dmesg | grep ZFS

storcli

wget -O - http://archive.thomas-krenn.com/tk-archive.gpg.pub | apt-key add -
cd /etc/apt/sources.list.d
wget http://archive.thomas-krenn.com/tk-main.list 
wget http://archive.thomas-krenn.com/tk-optional.list 

cd
apt-get update
apt-get install storcli