I need to start out that I am a complete novice and clearly have no clue what I'm doing, but I usually figure things out pretty easily. This one I can't. I updated my freenas and when it rebooted I got a message stating: The volume RAID (ZFS) state is UNKNOWN:
I logged in and it said that the free space was unavailable and noticed that I couldn't access my shares.
That being said, I read some forums and I deleted the volume, but I can't add it back. When I go to the shell and run
I ran
but the problem is that if I run
I don't know what to do from here.
I logged in and it said that the free space was unavailable and noticed that I couldn't access my shares.
That being said, I read some forums and I deleted the volume, but I can't add it back. When I go to the shell and run
gpart show
it does show this:Code:
=> 34 2930319293 raid5/RAID5 GPT (1.4T) 34 94 - free - (47K) 128 4194304 1 freebsd-swap (2.0G) 4194432 972578696 2 freebsd-zfs (464G) 976773128 2040 - free - (1.0M) 976775168 1953542144 3 freebsd-zfs (932G) 2930317312 2015 - free - (1.0M)
I ran
zpool status
and get this:Code:
pool: freenas-boot state: ONLINE scan: scrub repaired 0 in 0h0m with 0 errors on Wed Apr 12 03:45:36 2017 config: NAME STATE READ WRITE CKSUM freenas-boot ONLINE 0 0 0 ada4p2 ONLINE 0 0 0 errors: No known data errors
but the problem is that if I run
zpool import
nothing happens, it goes back to the command line.I don't know what to do from here.