Page 1 of 1

Importing an existing ZFS disk

PostPosted: Thu Jan 21, 2016 8:46 am
by creeva
I have some USB drives that were formatted with ZFS under Freenas that I need to recover data from. While I have experience in the IT world, filesystems beyond basics are past my skillset.

I'm looking for a method to mount these disks using OpenZFS. I've installed the latest version. I'm using El Capitan as the host OS. Whenever I plug the drive into the mac it gives the "the disk you inserted was not readable by this computer - initialize, ignore, eject" message. The disks in Freenas were setup with each disk being in it's old pool - so there shouldn't be any raid issue or missing volumes.

How would I be able to mount the drive to see the data?

Re: Importing an existing ZFS disk

PostPosted: Thu Jan 21, 2016 11:19 am
by Tsur
Have you already tried ignoring each drive and then simply importing the pool?

Code: Select all
sudo zpool import poolname
.