Recover a pool after disk failed

antoweb76

Cadet
Joined
Feb 14, 2023
Messages
1
Hello,
i have a pool named MAM3STORAGE disappeared. A disk (/dev/da3) is failed.
if i run zpool import i see:

root@freenas:~ # zpool import
pool: MAM3STORAGE
id: 11955718184966211849
state: UNAVAIL
status: One or more devices are missing from the system.
action: The pool cannot be imported. Attach the missing
devices and try again.
see: http://illumos.org/msg/ZFS-8000-3C
config:

MAM3STORAGE UNAVAIL insufficient replicas
gptid/9c0f6016-b151-11ea-ad16-00221992349f ONLINE
17607277059273223469 UNAVAIL cannot open
gptid/9c649b6c-b151-11ea-ad16-00221992349f ONLINE


If i run smartctl smartctl -a /dev/da3 i see:
smartctl 7.0 2018-12-30 r4883 [FreeBSD 11.3-RELEASE-p9 amd64] (local build)
Copyright (C) 2002-18, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor: SEAGATE
Product: ST3146855SS
Revision: S527
Compliance: SPC-3
Logical Unit id: 0x5000c5001311dc13
Serial number: 3LN7JTPN
Device type: disk
Transport protocol: SAS (SPL-3)
Local Time is: Tue Feb 14 16:32:19 2023 CET
device is NOT READY (e.g. spun down, busy)
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.


I have some chanches to recover my data?
 

Arwen

MVP
Joined
May 17, 2014
Messages
3,611
If I am reading that zpool import information correctly, you have a 3 disk STRIPED pool. This is a type of ZFS pool that has no redundancy.

Unless you can get your missing disk back to health, you have very little chance of getting any data off the pool.


The disk you've listed, appears to be a Seagate Cheetah 15K.5 146GB Hard Drive. It is possible that you can shutdown and power off everything, re-seat the failed drive's data & power cables, then power the whole system up again. That may or may not work.

If not, and the data is worth a lot, you can try a data recovery service.
 

Whattteva

Wizard
Joined
Mar 5, 2013
Messages
1,824
If not, and the data is worth a lot, you can try a data recovery service.
I'm guessing the data isn't worth that much since the pool is labeled "test".

EDIT: NVM, I got confused by the illumos link. I just noticed on the post it says MAM3STORAGE.
 
Top