zfs create data/encrypted -o mountpoint=/data -o encryption=aes-256-gcm -o keyformat=passphrase -o compression=lz4
</code><br />
Nach einem Neustart muss das === Useful commands ===After a reboot, ZFS mit folgendem Befehl eingehangen werdencan be mounted using this command:<br />
<code>zfs load-key data/encrypted</code>
Display IO Bandwith for all blockdevices:<br />
<code>zpool iostat -v</code><br />
Show Information about the Cache every five seconds:<br />
<code>arcstat 5</code><br />
Show loads of information about ZFS<br />
<code>arc_summary</code>
[[Category:Documentation]]