Unmounted pool without marking the disks as new

Status
Not open for further replies.

dernals

Cadet
Joined
Sep 19, 2013
Messages
4
Brand new to freeNAS. I was testing setup and then I wanted to delete the volume I created and start from scratch. I forgot to select "mark drive as new" when doing that and now I can't see the disks anywhere in FreeNAS. How can I get them to show again?

I was told to look at /var/run/dmesg.boot so I could try

gpart destroy -F /dev/daN dd if=/dev/zero of=/dev/daN count=10


when I look at dmesg.boot I can only see ada0 and ada1. My other 5 disks are still missing. Those are the drives I am trying to bring back up and use the gpart destroy on..... I can't do that without device numbers. Is there something I am missing here?

I've also tried:
egrep 'ad[0-9]|cd[0-9]' /var/run/dmesg.boot

This gives me:

Code:
 [root@freenas ~]# egrep 'ad[0-9]|cd[0-9]' /var/run/dmesg.boot				   
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,0xc9000-0xc9fff
,0xcd000-0xcd7ff on isa0														
[root@freenas ~]# egrep 'da[0-9]|cd[0-9]' /var/run/dmesg.boot				   
ehci0: <Intel 82801JI (ICH10) USB 2.0 controller USB-B> mem 0xfbeda000-0xfbeda3f
f irq 18 at device 26.7 numa-domain 0 on pci0								   
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,0xc9000-0xc9fff
,0xcd000-0xcd7ff on isa0														
ada0 at ahcich4 bus 0 scbus5 target 0 lun 0									 
ada0: <SanDisk SDSSDA240G Z33130RL> ACS-2 ATA SATA 3.x device				   
ada0: Serial Number 172009449003												
ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 512bytes)					 
ada0: Command Queueing enabled												 
ada0: 228936MB (468862128 512 byte sectors)									 
ada1 at ahcich5 bus 0 scbus6 target 0 lun 0									 
ada1: <ACSC2M064S25 1.095.06> ACS-2 ATA SATA 3.x device						 
ada1: Serial Number 986042081062												
ada1: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 512bytes)					 
ada1: Command Queueing enabled												 
ada1: 61057MB (125045424 512 byte sectors) 


also tried the following:

# camcontrol devlist


# gpart show


# sh -c '. /usr/share/bsdconfig/device.subr;f_device_menu "" "" "" DISK'


All this still shows the same two devices ada0 & ada1

Booting with Gparted live gives similar results.
 

m0nkey_

MVP
Joined
Oct 27, 2015
Messages
2,739
Please post complete detail of your hardware. Also provide the output from camcontrol devlist.
 

dernals

Cadet
Joined
Sep 19, 2013
Messages
4
Supermicro X8DTL-iF
Xenon X5670 (x2)
LSI SAS 9210-8i
32GB (4X8GB) DDR3 1333 PC3-10600 ECC REGISTERER 240-PIN
Sandisk SDSSDA-240G-G26
Kingspec ACSC2M064S25

Drives that were mounted and now can't be seen:

1x - WD80EFAX
4x - WD80EMAZ


Code:
 [root@freenas ~]# camcontrol devlist											
<SanDisk SDSSDA240G Z33130RL>	  at scbus5 target 0 lun 0 (pass0,ada0)		
<ACSC2M064S25 1.095.06>			at scbus6 target 0 lun 0 (pass1,ada1)
 

m0nkey_

MVP
Joined
Oct 27, 2015
Messages
2,739
How are the 4 x WD drives attached? Via the LSI HBA? Is the HBA in IT mode? Have you tried replacing the cable?
 

dernals

Cadet
Joined
Sep 19, 2013
Messages
4
HBA is in IT mode. All five WD drives were originally connected to the LSI HBA. I've tried changing cables as well as connecting drives to SATA on mobo.
 

dernals

Cadet
Joined
Sep 19, 2013
Messages
4
m0nkey_ thanks for taking the time to respond. I'm an idiot. It seems like there is an issue with my PSU.
 
Status
Not open for further replies.
Top