I had to replace a drive in my pool, and everything went smoothly.  I think I must have mistyped a command somewhere, however, because the new drive is listed as "ada0" while the other 5 drives are "gpt/ada#".  The pool is healthy and seems to be operating normally.  Can anyone confirm if this discrepancy matters at all?  I'm on FreeNAS-8.0.4-RELEASE-x64 (10351).
Camcontrol shows all the devices:
But gpart show only has 5 of the 6 HDDs:
	
		
			
		
		
	
			
			Code:
# zpool status
  pool: freenas
 state: ONLINE
 scrub: none requested
config:
        NAME          STATE     READ WRITE CKSUM
        freenas       ONLINE       0     0     0
          raidz2      ONLINE       0     0     0
            ada0      ONLINE       0     0     0
            gpt/ada1  ONLINE       0     0     0
            gpt/ada2  ONLINE       0     0     0
            gpt/ada3  ONLINE       0     0     0
            gpt/ada4  ONLINE       0     0     0
            gpt/ada5  ONLINE       0     0     0
errors: No known data errorsCamcontrol shows all the devices:
Code:
# camcontrol devlist <SAMSUNG HD204UI 1AQ10001> at scbus6 target 0 lun 0 (ada0,pass0) <SAMSUNG HD204UI 1AQ10001> at scbus7 target 0 lun 0 (ada1,pass1) <SAMSUNG HD204UI 1AQ10001> at scbus8 target 0 lun 0 (ada2,pass2) <SAMSUNG HD204UI 1AQ10001> at scbus9 target 0 lun 0 (ada3,pass3) <SAMSUNG HD204UI 1AQ10001> at scbus10 target 0 lun 0 (ada4,pass4) <SAMSUNG HD204UI 1AQ10001> at scbus11 target 0 lun 0 (ada5,pass5) <ADATA USB Flash Drive 0.00> at scbus13 target 0 lun 0 (da0,pass6)
But gpart show only has 5 of the 6 HDDs:
Code:
# gpart show
=>     63  7805763  da0  MBR  (3.7G)
       63  1930257    1  freebsd  (943M)
  1930320       63       - free -  (32K)
  1930383  1930257    2  freebsd  [active]  (943M)
  3860640     3024    3  freebsd  (1.5M)
  3863664    41328    4  freebsd  (20M)
  3904992  3900834       - free -  (1.9G)
=>      0  1930257  da0s1  BSD  (943M)
        0       16         - free -  (8.0K)
       16  1930241      1  !0  (943M)
=>      0  1930257  da0s2  BSD  (943M)
        0       16         - free -  (8.0K)
       16  1930241      1  !0  (943M)
=>        34  3907029101  ada1  GPT  (1.8T)
          34          94        - free -  (47K)
         128     4194304     1  freebsd-swap  (2.0G)
     4194432  3902834703     2  freebsd-zfs  (1.8T)
=>        34  3907029101  ada2  GPT  (1.8T)
          34          94        - free -  (47K)
         128     4194304     1  freebsd-swap  (2.0G)
     4194432  3902834703     2  freebsd-zfs  (1.8T)
=>        34  3907029101  ada3  GPT  (1.8T)
          34          94        - free -  (47K)
         128     4194304     1  freebsd-swap  (2.0G)
     4194432  3902834703     2  freebsd-zfs  (1.8T)
=>        34  3907029101  ada4  GPT  (1.8T)
          34          94        - free -  (47K)
         128     4194304     1  freebsd-swap  (2.0G)
     4194432  3902834703     2  freebsd-zfs  (1.8T)
=>        34  3907029101  ada5  GPT  (1.8T)
          34          94        - free -  (47K)
         128     4194304     1  freebsd-swap  (2.0G)
     4194432  3902834703     2  freebsd-zfs  (1.8T)