zfs newbie question

a.smith at ukgrid.net a.smith at ukgrid.net
Thu May 26 15:49:05 UTC 2011


Hi,

   zpool create is a destructive command to data on the disks, ie any  
preexisting pool, but it would normally warn you if it found an  
existing pool on the disks you are trying to use.
Run:

# zpool import

and it will scan any attached disks for pools that are importable, if  
it detects your old pool then you can import it again via the zpool  
import <poolname> command,

cheers Andy.





More information about the freebsd-questions mailing list