RE: zfs newbie question

2011-05-26 Thread a . smith

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.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: zfs newbie question

2011-05-26 Thread icema

On 05/26/11 17:29, a.sm...@ukgrid.net wrote:

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.



thank u vm

took 2secs.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org