Some more data on this:
- Code: Select all
sh-3.2# diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk0
1: EFI 209.7 MB disk0s1
2: Apple_HFS Macintosh HD 999.9 GB disk0s2
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk1
1: EFI 209.7 MB disk1s1
2: Apple_HFS backup 600.0 GB disk1s2
3: ZFS 399.7 GB disk1s3
/dev/disk3
#: TYPE NAME SIZE IDENTIFIER
0: Apple_partition_scheme *2.0 TB disk3
1: Apple_partition_map 32.3 KB disk3s1
2: Apple_HFS jsb 2.0 TB disk3s2
/dev/disk4
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.5 TB disk4
1: EFI 209.7 MB disk4s1
2: ZFS 1.5 TB disk4s2
/dev/disk5
#: TYPE NAME SIZE IDENTIFIER
0: SANDISK-4GB *4.0 GB disk5
/dev/disk6
#: TYPE NAME SIZE IDENTIFIER
0: *1.5 TB disk6
Notes:
1. /dev/disk4s2 is labeled a "ZFS," but is not actually a zfs disk, the label is just left over from a previous use of the disk. disk4s2 is actually an encrypted Truecrypt volume.
2. /dev/disk6 is the decrypted but unmounted Truecrypt volume. MacZFS will show this as an available volume with zpool import. Zevo does not see it for some reason:
- Code: Select all
sh-3.2# zpool showdisks
DISK DEVICE SIZE CONNECTION DESCRIPTION
/dev/disk1 932GiB USB WD Ext HDD 1021 Media
/dev/disk4 1.36TiB USB PI-192 SATA/USB20 Drive Media
/dev/disk5 3.77GiB USB SanDisk Cruzer Media
- Code: Select all
sh-3.2# zpool import
pool: testpool
id: 2718849431541938165
state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:
testpool ONLINE
GPTE_9C715E50-C0E1-4D59-A943-275C82EE2217 ONLINE
sh-3.2# zpool import -d /dev
pool: testpool
id: 2718849431541938165
state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:
testpool ONLINE
/dev/disk1s3 ONLINE
As you can see, it does not show the ZFS pool at /dev/disk6.
For reference, here is the same deal with MacZFS:
- Code: Select all
sr10-699ec0c7a6:~ root# diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk0
1: EFI 209.7 MB disk0s1
2: Apple_HFS Macintosh HD 999.9 GB disk0s2
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk1
1: EFI 209.7 MB disk1s1
2: Apple_HFS backup 600.0 GB disk1s2
3: ZFS 399.7 GB disk1s3
/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: SANDISK-4GB *4.0 GB disk2
/dev/disk3
#: TYPE NAME SIZE IDENTIFIER
0: Apple_partition_scheme *2.0 TB disk3
1: Apple_partition_map 32.3 KB disk3s1
2: Apple_HFS jsb 2.0 TB disk3s2
/dev/disk4
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.5 TB disk4
1: EFI 209.7 MB disk4s1
2: ZFS 1.5 TB disk4s2
/dev/disk5
#: TYPE NAME SIZE IDENTIFIER
0: *1.5 TB disk5
sr10-699ec0c7a6:~ root# zpool import
pool: fpool
id: 4731135749982950984
state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:
fpool ONLINE
disk5 ONLINE
pool: testpool
id: 2718849431541938165
state: FAULTED
status: The pool is formatted using an incompatible version.
action: The pool cannot be imported. Access the pool on a system running newer
software, or recreate the pool from backup.
see: http://www.sun.com/msg/ZFS-8000-A5
config:
testpool UNAVAIL newer version
disk1s3 ONLINE
(testpool is "FAULTED" because it is a Zevo pool)