ZFS - Pools - Change the Mount Point of the existing ZFS Pool

sudo zfs set mountpoint=/some/other/path testpool

NOTE: testpool is the name of the pool.

  • Make sure the directory which will be used for the mount exists before running this command.