Also available to us is ZFS compression. Let’s create a test pool for testing. We’ll turn a few options on and off so you see the syntax:
|
1 2 |
# zfs create -o mountpoint=/compressfs -o dedup=off \ > -o compression=on datapool/compressfs |