Disk not listed when adding a volume

Status
Not open for further replies.

Naatan

Cadet
Joined
May 11, 2018
Messages
4
I have a fresh install of FreeNAS 11.1, I want to add a volume but it does not list any disks. When I go to View Disks it lists my disk just fine.

Note I only have one single disk attached at the moment, the same one FreeNAS is installed on.

Output of `gpart list`:

Code:
[root@freenas ~]# gpart list																										
Geom name: ada0																													 
modified: false																													 
state: OK																														   
fwheads: 16																														 
fwsectors: 63																													   
last: 468862087																													 
first: 40																														   
entries: 152																														
scheme: GPT																														 
Providers:																														 
1. Name: ada0p1																													 
   Mediasize: 524288 (512K)																										 
   Sectorsize: 512																												 
   Stripesize: 0																													
   Stripeoffset: 20480																											 
   Mode: r0w0e0																													 
   rawuuid: b25a0c52-5574-11e8-a3ea-5404a6026f72																					
   rawtype: 21686148-6449-6e6f-744e-656564454649																					
   label: (null)																													
   length: 524288																												   
   offset: 20480																													
   type: bios-boot																												 
   index: 1																														 
   end: 1063																														
   start: 40																														
2. Name: ada0p2																													 
   Mediasize: 240056840192 (224G)																								   
   Sectorsize: 512																												 
   Stripesize: 0																													
   Stripeoffset: 544768																											 
   Mode: r1w1e1																													 
   rawuuid: b25b66ab-5574-11e8-a3ea-5404a6026f72																					
   rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b																					
   label: (null)																													
   length: 240056840192																											 
   offset: 544768																												   
   type: freebsd-zfs																												
   index: 2																														 
   end: 468862079																												   
   start: 1064																													 
Consumers:																														 
1. Name: ada0																													   
   Mediasize: 240057409536 (224G)																								   
   Sectorsize: 512																												 
   Mode: r1w1e2	   


Output of `zpool status`:

Code:
[root@freenas ~]# zpool status																									 
  pool: freenas-boot																												
 state: ONLINE																													 
  scan: none requested																											 
config:																															 
																																   
	   NAME		STATE	 READ WRITE CKSUM																					 
	   freenas-boot  ONLINE	   0	 0	 0																					
		 ada0p2	ONLINE	   0	 0	 0																					 
																																   
errors: No known data errors


I'm not sure how to continue. Any advice?
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
You can't install FreeNAS on your data disks. You must install FreeNAS on a separate boot device such as a USB stick, SSD or hard drive.

I would suggest that you read the manual linked at the top of the page as well or in the GUI of FreeNAS as this is all explained there.
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
Thanks, I'll reinstall to a separate hard disk.
You can do that, but a small flash device is what's normally recommended. Anything at least 16 GB would be fine, though we do tend to favor SSDs over USB sticks. But a small hard drive (or mirrored pair of them, if desired) will work too.
 
Status
Not open for further replies.
Top