Native ZFS on Ubuntu
03/11/14 13:30
Add the required PPA to Ubuntu:
•
Update apt packages and use latest kernel available:
•
•
Install ZFS:
•
(this will take a while as it needs several dependent packages and then needs to build the SPL and DKMS for the current kernel - that’s why we ensure latest kernel is installed above)
•
apt-add-repository ppa:zfs-native/stable
Update apt packages and use latest kernel available:
•
apt-get update
•
apt-get upgrade
Install ZFS:
•
apt-get install ubuntu-zfs
(this will take a while as it needs several dependent packages and then needs to build the SPL and DKMS for the current kernel - that’s why we ensure latest kernel is installed above)