How to create a ZFS volume ? The command to create a ZFS volume of 1 GB is : # zfs create -V 1g geekpool/volume01 How to do a dry run before actually creating a ZFS pool ? We can simulate a ZFS operation using the -n option without actually writing to the disk devices. […]