Zfs pool from a destroyed device

As you can see below I can’t access to this disk device (HDD 3Tb), the device comes from a destroyed nas and the other mirror device is not avaiable ( it blocks your computer when connected ) , is there a way to recover the data on it ?
Many thanks for your help and support , but I guess that I have to talk to my customer about 2Tb of lost data… :frowning:

gigi@DELLPREC:~$ sudo zpool import -f
pool: temp_gigipool
id: 5125759835099743391
state: DEGRADED
status: The pool was last accessed by another system.
action: The pool can be imported despite missing or damaged devices. The
fault tolerance of the pool may be compromised if imported.
see: Message ID: ZFS-8000-EY — OpenZFS documentation
config:

    temp_gigipool            DEGRADED
      mirror-0               DEGRADED
        sdb6                 ONLINE
        2088637270777995004  UNAVAIL

sudo zpool import -f temp_gigipool should get you in, from the looks of it.

And then backup the data. Backup is king! (RAID provides continuity of service.)

1 Like