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/stableUpdate apt packages and use latest kernel available:
•
apt-get update•
apt-get upgradeInstall 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)