SOLVED A folder in my dataset is missing! How do I bring it back?

Estropelic

Contributor
Joined
Feb 8, 2016
Messages
107
This all started when I did a quick ftp session to transfer some files over to my other server. I connected ftp as root "I needed a quick way in" and copied the folder over. Now the folder it non-existent. I try to recreate the folder and it says it's in use by another program. I'm not sure how to make my folder reappear.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Can you see it from a terminal (ssh) on FreeNAS itself?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Or how about from the Shell tab in the GUI?

Can you see what's going on from zpool status -v?
 

Estropelic

Contributor
Joined
Feb 8, 2016
Messages
107
root@freenas:~ # zpool status -v
pool: FREENASPOOL
state: DEGRADED
status: One or more devices is currently being resilvered. The pool will
continue to function, possibly in a degraded state.
action: Wait for the resilver to complete.
scan: resilver in progress since Sun Jul 12 11:00:59 2020
3.47T scanned at 654M/s, 2.05T issued at 387M/s, 4.15T total
349G resilvered, 49.31% done, 0 days 01:35:11 to go
config:

NAME STATE READ WRITE CKSUM
FREENASPOOL DEGRADED 0 0 0
raidz2-0 DEGRADED 0 0 0
replacing-0 UNAVAIL 0 0 0
9747905202141488059 UNAVAIL 0 0 0 was /dev/gptid/eeab9691-fcb0-11e5-9196-d05099c08766
gptid/7e01026c-c450-11ea-aeb6-d05099c2fe9b ONLINE 0 0 0
gptid/ef920553-fcb0-11e5-9196-d05099c08766 ONLINE 0 0 0
gptid/f06f1e07-fcb0-11e5-9196-d05099c08766 ONLINE 0 0 0
gptid/f14c5849-fcb0-11e5-9196-d05099c08766 ONLINE 0 0 0
gptid/f233969d-fcb0-11e5-9196-d05099c08766 ONLINE 0 0 0
gptid/f3147bd4-fcb0-11e5-9196-d05099c08766 ONLINE 0 0 0

errors: No known data errors

pool: freenas-boot
state: ONLINE
scan: scrub repaired 0 in 0 days 00:01:40 with 0 errors on Sun Jul 12 03:46:40 2020
config:
 
Top