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.



_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to