ZFS ZFS on ext hdd

Maybe simple question but is it possible to put a ZFS formatted HDD in USB enclosure/box and mount it over USB?
 
  1. Now it gets handy if you don't name all your pools zroot or zpool... but choose a somewhat descriptive name like an abbreviation of vendor-model of the disk or the machine it was built in.
  2. zpool export
  3. zpool import
 
Maybe simple question but is it possible to put a ZFS formatted HDD in USB enclosure/box and mount it over USB?
No problem at all.

zpool export tank0
zpool import -o altroot=/mnt tank0
 
I can also confirm. For a short while, here at home, I was running a zpool in a small home server and backing it up onto a RAIDz zpool built on 3 external USB3 HDDs.
 
Back
Top