I have a USB disk with a pool on it called removable. On one laptop zpool 
import removable works just fine but on another with the same disk attached it 
tells me there is more than one matching pool:

: sigma TS 6 $; pfexec zpool import removable
cannot import 'removable': more than one matching pool
import by numeric ID instead
: sigma TS 7 $; pfexec zpool import          
  pool: removable
    id: 16711095403932498465
 state: ONLINE
status: The pool is formatted using an older on-disk version.
action: The pool can be imported using its name or numeric identifier, though
        some features will not be available without an explicit 'zpool upgrade'.
config:

        removable   ONLINE
          c3t0d0    ONLINE

  pool: removable
    id: 13348174994041916803
 state: FAULTED
status: The pool metadata is corrupted.
action: The pool cannot be imported due to damaged devices or data.
   see: http://www.sun.com/msg/ZFS-8000-72
config:

        removable   FAULTED  corrupted data
          c3t0d0p0  ONLINE
: sigma TS 8 $;

What I find curious is that this only happens on one system. Any ideas?
 
 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to