Ubuntu – How to use ZFS on Ubuntu 16.04

16.04zfs

It seem that Ubuntu 16.04 LTS supports the ZFS filesystem. But how do I use it?
I'm sorry, I don't know very much about ZFS, but it sounds good. I want it.

Best Answer

First off, use ZFS only if you really want it. See the Use Cases to know if you really need ZFS.

ZFS is supported only in 64-bit Ubuntu 16.04 installs. To install it run:

sudo apt-get install zfsutils-linux

To learn more, you can see the reference on Ubuntu or this excellent documentation.

A good introduction can also be found here

Related Question