zfs

sudo zpool create -f -o ashift=13 \
-O compression=lz4 \
-O atime=off \
-O normalization=formD \
-O xattr=sa \
sprite /dev/sdb

Or, with encryption: sudo zpool create -f -o ashift=13 \
-O compression=lz4 \
-O atime=off \
-O normalization=formD \
-O xattr=sa \
-O encryption=aes-256-gcm \
-O keyformat=passphrase \
POOLNAME /dev/diskxxxxxxxx BUT DON’T ENCRYPT A WHOLE POOL: https://www.reddit.com/r/zfs/comments/bnvdco/zol_080_encryption_dont_encrypt_the_pool_root/

orpeth.com