Pool offline

duketate

Dabbler
Joined
May 26, 2020
Messages
17
I have FreeBSD 11.3-RELEASE-p7 (FreeNAS.amd64) #0 r325575+ca0f1a6ba25(HEAD): Tue Apr 21 20:46:20 UTC 2020

Since yesterday, it is reporting
Pool NAS-data state is OFFLINE: None.
Sat, 9 Jan 2021 07:07:30 AM (America/Los_Angeles)


root@BiD-NAS[~]# zpool status -v
pool: freenas-boot
state: ONLINE
scan: scrub repaired 0 in 0 days 00:00:19 with 0 errors on Fri Nov 6 03:45:19 2020
config:

NAME STATE READ WRITE CKSUM
freenas-boot ONLINE 0 0 0
da0p2 ONLINE 0 0 0

errors: No known data errors

root@BiD-NAS[~]# gpart show
=> 40 468792688 da0 GPT (224G)
40 1024 1 freebsd-boot (512K)
1064 33554432 3 freebsd-swap (16G)
33555496 435224576 2 freebsd-zfs (208G)
468780072 12656 - free - (6.2M)

=> 3 1533547 da1 GPT (7.5G) [CORRUPT]
3 30 2 freebsd-boot (15K)
33 47 - free - (24K)
80 1600 1 efi (800K)
1680 1531870 - free - (748M)

This came without any prior warning about potential problems.

Can anyone please help me? I have a video project stored on that drive and need it recovered ASAP.

Thanks.
 

artlessknave

Wizard
Joined
Oct 29, 2016
Messages
1,506
forum rules. people here are much less likely to be inclined to help if you don't follow the basics in the forum rules.
code tags
Code:
zpool status -v
dramatically improves readability.

with that out of the way...you don't appear to have any data drives.
da0 is your boot drive, so no data there.
da1 is only reported as 7.5G, which seems way too small to be useful for a data drive, and has no zfs partition. it reports as corrupt though, so if it was your data drive then it..no longer appears likely to have any valid data anymore, as that partition table looks FUBAR.
if there were other drives, they are no longer present - you would have to check power/cables/controller to ensure that the drives are connected.
having not followed the forum rules and provided actual info, that's about the end of what I can guess at.
 
Top