====== ZFS - Pools - Create a ZFS Pool - Create a ZFS Pool with an alternate Mount Point ====== When creating a pool, the default mount point matches the name of the pool. * So a pool named testpool would be mounted at /testpool. ---- ===== Specify an alternate mount point ===== sudo zpool create -m /alternative_location testpool mirror /dev/sdb /dev/sdc