Moving 3ware GPT Raid5 onto FreeNAS

Status
Not open for further replies.

pushkin69

Dabbler
Joined
Jun 13, 2015
Messages
14
So before I change the settings I wanted to try the other command. So I used "smartctl -a /dev/da0" and got the following:
Code:
Smartctl open device: /dev/da0 failed: 3ware/LSI controller, please try adding '-d 3ware,N',                                   
you may need to replace /dev/da0 with /dev/twaN, /dev/tweN or /dev/twsN


I've then tried "smartctl -d 3ware,0 /dev/da0" and got the below:
Code:
/dev/da0: 3ware controller type unknown, use /dev/tweX, /dev/twaX or /dev/twsX devices
=======> VALID ARGUMENTS ARE: ata, scsi, sat[,auto][,N][+TYPE], usbcypress[,X], usbjmicron[,p][,x][,N], usbsunplus, 3ware,N, hpt,L/M
/N, cciss,N, areca,N/E, atacam, auto, test <=======


I now tried the 3rd version
Code:
[root@freenas ~]# smartctl -d 3ware,0 /dev/twa0                                                                                   

smartctl 6.3 2014-07-26 r3976 [FreeBSD 9.3-RELEASE-p13 amd64] (local build)                                                       
Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org                                                       
                                                                                                                                  
ATA device successfully opened                                                                                                    
                                                                                                                                  
Use 'smartctl -a' (or '-x') to print SMART (and more) information


I feel like a dummy asking this, but what now? :)
 

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,680
I now tried the 3rd version
Code:
[root@freenas ~]# smartctl -d 3ware,0 /dev/twa0                                                                                  

smartctl 6.3 2014-07-26 r3976 [FreeBSD 9.3-RELEASE-p13 amd64] (local build)                                                      
Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org                                                      
                                                                                                                                 
ATA device successfully opened                                                                                                   
                                                                                                                                 
Use 'smartctl -a' (or '-x') to print SMART (and more) information


I feel like a dummy asking this, but what now? :)


My guess is that you need "smartctl -a -d 3ware,0 /dev/twa0", but that's just what I'd try next.
 
Status
Not open for further replies.
Top