Date: Thu, 26 May 2011 16:29:01 +0100 From: a.smith@ukgrid.net To: icemaca@gmail.com Cc: freebsd-questions@freebsd.org Subject: RE: zfs newbie question Message-ID: <20110526162901.11235ycg31ac6qw4@webmail2.ukgrid.net>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110526162901.11235ycg31ac6qw4>