My TrueNAS is on 25.10.0.1 running on a Intel Core i5-6500
There are six disks and an NVME boot disks all connected directly to the motherboard.
This was working fine until recently when I started getting:
Critical
Pool AntecNAS state is OFFLINE: None
In the notfications and email. I checked the system and it seems to have lost 2 drives from the disk list and the Pool has gone missing. I cannot access any data via SMB now.
The remaining disks all say there is no errors.
The Import Pool option does not list my previous pool AntecNAS
Going to Shell, I get this on a zpool import:
truenas_admin@truenas[~]$ sudo zpool import
[sudo] password for truenas_admin:
pool: AntecNAS
id: 7002117372825943148
state: UNAVAIL
status: One or more devices contains corrupted data.
action: The pool cannot be imported due to damaged devices or data.
see:
config:
AntecNAS UNAVAIL insufficient replicas
raidz1-0 UNAVAIL insufficient replicas
977618a3-2d65-4b37-bdfd-9052136162e0 ONLINE
0ced0fb0-b232-413b-8c60-ecd325a11a44 ONLINE
bc82ff2e-9028-4d32-b269-896916639c4e ONLINE
8837ab81-6e7c-4778-8e83-6df850a5c256 UNAVAIL
068b5935-6869-4df8-8f93-ee6b1f0bce80 ONLINE
f7db8546-43d7-4b99-a04b-dec9b3ec0f2a UNAVAIL
Status is telling me this:
truenas_admin@truenas[~]$ zpool status -v
pool: boot-pool
state: ONLINE
scan: scrub repaired 0B in 00:00:18 with 0 errors on Fri May 1 03:45:19 2026
config:
NAME STATE READ WRITE CKSUM
boot-pool ONLINE 0 0 0
nvme0n1p3 ONLINE 0 0 0
And this is the output from a lsblk:
truenas_admin@truenas[~]$ sudo lsblk -b -o NAME,MODEL,ROTA,PTTYPE,TYPE,START,SIZE,PARTTYPENAME,PARTUUID
NAME MODEL ROTA PTTYPE TYPE START SIZE PARTTYPENAME PARTUUID
sda WDC WD20EZRX-00DC0B0 1 gpt disk 2000398934016
└─sda1 1 gpt part 2048 1998251360256 Solaris /usr & Apple ZFS 977618a3-2d65-4b37-bdfd-9052136162e0
sdb ST2000DM001-1ER164 1 gpt disk 2000398934016
└─sdb1 1 gpt part 2048 1998251360256 Solaris /usr & Apple ZFS 0ced0fb0-b232-413b-8c60-ecd325a11a44
sdc ST2000DM001-1ER164 1 gpt disk 2000398934016
└─sdc1 1 gpt part 2048 1998251360256 Solaris /usr & Apple ZFS bc82ff2e-9028-4d32-b269-896916639c4e
sdd ST2000DM001-1ER164 1 gpt disk 2000398934016
└─sdd1 1 gpt part 2048 1998251360256 Solaris /usr & Apple ZFS 068b5935-6869-4df8-8f93-ee6b1f0bce80
nvme0n1 CL1-3D256-Q11 NVMe SSSTC 256GB 0 gpt disk 256060514304
├─nvme0n1p1 0 gpt part 4096 1048576 BIOS boot 13fbf068-acc0-4eac-8265-1212aa0e7752
├─nvme0n1p2 0 gpt part 6144 536870912 EFI System 73b4d94d-1f91-4e0c-a2ef-881361952c2e
└─nvme0n1p3 0 gpt part 1054720 255520480768 Solaris /usr & Apple ZFS a79220fe-e613-4548-b11f-5aa2577cf9bc
I would like to recover the data from the Pool as it seems the backup drive I had has failed too.
No idea of any external cause, my place does not seem to have had any power cuts recently.
Have not pulled the seemingly two dead drives for now.
Please help.