Difference between revisions of "Freenas notes"

From Define Wiki
Jump to navigation Jump to search
(Created page with "Freenas Error: Unable to GPT format the disk “ada0” 1. Login via SSH, execute commands below. 2. sysctl kern.geom.debugflags=0x10 3. dd if=/dev/zero of=/dev/ada4 bs=512...")
 
 
Line 1: Line 1:
Freenas Error: Unable to GPT format the disk “ada0”
+
 
 +
== Troubleshooting notes ==
 +
 
 +
If you want to add disks or create a new volume, you may see: Freenas Error: Unable to GPT format the disk “ada0”
  
 
1. Login via SSH, execute commands below.
 
1. Login via SSH, execute commands below.

Latest revision as of 11:02, 12 January 2017

Troubleshooting notes

If you want to add disks or create a new volume, you may see: Freenas Error: Unable to GPT format the disk “ada0”

1. Login via SSH, execute commands below.

2. sysctl kern.geom.debugflags=0x10

3. dd if=/dev/zero of=/dev/ada4 bs=512 count=1 && dd if=/dev/zero of=/dev/ada5 bs=512 count=1

4. Log into web interface and use “View Disks” to wipe the drives in that interface

5. Create new ZFS volume including these disks.