Importing ZFS Pool.

horizonrays

Cadet
Joined
May 23, 2022
Messages
1
I am new to ZFS and TrueNAS and would appreciate some assistance.
I am a casual user and I have been searching solution to this problem everywhere.
Kindly guide me how go on importing the pool and access the data.

Importing ZFS pool that has not been exported. Due to boot drive failure leading to reinstall ?
How to Import or restore Destroyed ZFS Storage Pools and make it accessible ?

Regards.
 
Joined
Oct 22, 2019
Messages
3,641
First, make sure the devices are present and the pool is "importable":
zpool import


Then, try to force it to import:
zpool import -f nameOfPool
 
Last edited:
Top