Hi,
I'm trying to take a mirrored pair of drives from an old freenas machine and use them in a new machine. I've installed freenas to a new USB, installed the two drives, booted the machine and tried "zpool import" but I get the following:
I don't know what the "missing device" could be.
Unfortunately the old machine is now running a new raid array and I can't really take it offline. How do I get this old array back up and running in the new setting?
Thanks!
	
		
			
		
		
	
			
			I'm trying to take a mirrored pair of drives from an old freenas machine and use them in a new machine. I've installed freenas to a new USB, installed the two drives, booted the machine and tried "zpool import" but I get the following:
Code:
[root@freenas-old] /tmp# zpool import
   pool: Data_Store
     id: 5668204191946265392
  state: UNAVAIL
status: The pool was last accessed by another system.
action: The pool cannot be imported due to damaged devices or data.
   see: http://illumos.org/msg/ZFS-8000-EY
config:
        Data_Store                                      UNAVAIL  missing device
          mirror-0                                      ONLINE
            gptid/c3e912a1-0c3a-11e6-92f4-0024e844076b  ONLINE
            gptid/c565ca61-0c3a-11e6-92f4-0024e844076b  ONLINE
I don't know what the "missing device" could be.
Unfortunately the old machine is now running a new raid array and I can't really take it offline. How do I get this old array back up and running in the new setting?
Thanks!