I've successfully mounted and installed 4/5 disks in my freeNAS server, but the last one won't show up.
I had a problem with "the primary GPT table is corrupt or invalid." and wiped the disk. i can do the following and write to it via the console:
Then i can import it from GUI, but i can't make it from GUI, is this a known bug or something?
Does anyone have any hints on how to fix it.
	
		
			
		
		
	
			
			I had a problem with "the primary GPT table is corrupt or invalid." and wiped the disk. i can do the following and write to it via the console:
Code:
zpool create -m /mnt/testar tank ada0
freenas# zpool status
  pool: tank
 state: ONLINE
 scrub: none requested
config:
        NAME        STATE     READ WRITE CKSUM
        tank        ONLINE       0     0     0
          ada0      ONLINE       0     0     0
errors: No known data errors
freenas# zpool export tank
Then i can import it from GUI, but i can't make it from GUI, is this a known bug or something?
Code:
freenas# dmesg |grep ada0 ada0 at ata4 bus 0 scbus2 target 0 lun 0 ada0: <SAMSUNG HD103UJ 1AA01113> ATA-7da2 at umass-sim1 bus 1 scbus5 target 0 lun 1 ada0: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes) ada0: 953869MB (1953525168 512 byte sectors: 16H 63S/T 16383C)
Does anyone have any hints on how to fix it.