Notes to Self

Alex Sokolsky's Notes on Computers and Programming

ZFS CLI

Create a Dataset

Create a dataset for ISO storage:

zfs create POOL/ISO

Manipulate Flags

To turn compression on for the pool:

zfs set compression=lz4 POOLNAME