How to install ZFS on Ubuntu Server
sudo apt-get install zfsutils-linux
- install ZFSsudo fdisk -l
- find the disk You want to use for ZFSzpool create -f ztank raidz2 /dev/sdg /dev/sdc /dev/sdb /dev/sdf /dev/sdh
zpool status
- check statuszpool list
- check statuszfs set compression=lz4 ztank
- set compressionzfs set atime=off ztank
- disable atime
Sources:
That's it for this post, thanks for reading!