> Not really using any commands at all. zfs
> automatically tries to mount the volume, but fails
> because both drives are called rpool.

In that case you have to assign a new zpool name 
to the other pool.  You can do this by listing all
available importable pools:

    zpool import

Find out the pool's numeric ID, and then

    zpool import ID rpool2
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to