Volume will not Mount

Status
Not open for further replies.

DomP

Cadet
Joined
Apr 21, 2017
Messages
2
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 gpart showit 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.
 

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630
We need to know:

What version of FreeNAS you're running, your hardware, to include CPU, RAM, mobo, how many disks you think are in your pool. Also, let's see the output of
Code:
camcontrol devlist
.
 

DomP

Cadet
Joined
Apr 21, 2017
Messages
2
I am using a dell optiplex 960, I believe it's a core2 duo with 6GB of RAM. I know it's recommended to have 8, but I only thought it would be a performance problem if I was a heavy user... which I'm not. I am using 4 Seagate 500GB 2.5" drives and using a WD 320GB 2.5" drive for the boot drive.
I'm running 9.10.2-UE

Here's the output:

Code:
<ST500LM000-1EJ162 DEM9>		   at scbus2 target 0 lun 0 (pass0,ada0)		
<ST500LM000-1EJ162 DEM8>		   at scbus3 target 0 lun 0 (pass1,ada1)		
<ST500LM000-1EJ162 DEM8>		   at scbus4 target 0 lun 0 (pass2,ada2)		
<ST500LM000-1EJ162 DEM9>		   at scbus5 target 0 lun 0 (pass3,ada3)		
<WDC WD3200BPVT-24ZEST0 02.01A02>  at scbus6 target 0 lun 0 (pass4,ada4)
 

Dice

Wizard
Joined
Dec 11, 2015
Messages
1,410
I know it's recommended to have 8, but I only thought it would be a performance problem if I was a heavy user...
8GB is the bare minimum before all sorts of weird issues emerge out of the blue. Such as the one you face right now.
 
Status
Not open for further replies.
Top