Hello Paul,

Wednesday, December 5, 2007, 10:34:47 PM, you wrote:

PG> Constantin Gonzalez wrote:
>> Hi Paul,
>>
>> yes, ZFS is platform agnostic and I know it works in SANs.
>>
>> For the USB stick case, you may have run into labeling issues. Maybe
>> Solaris SPARC did not recognize the x64 type label on the disk (which
>> is strange, because it should...).
>>
>> Did you try making sure that ZFS creates an EFI label on the disk?
>> You can check this by running zpool status and then the devices should
>> look like c6t0d0 without the s0 part.
>>
>> If you want to force this, you can create an EFI label on the USB disk
>> from hand by saying fdisk -E /dev/rdsk/cxtxdx.
>>
>> Hope this helps,
>>    Constantin
>>
>>
PG> OK, tried some things you said.

PG> This is the Volume formated on the PC (W2100z), the Volume is named 
PG> "Radical-Vol"

PG> # /usr/sbin/zpool import -f Radical-Vol
PG> cannot import 'Radical-Vol': one or more devices is currently unavailable

PG> # /usr/sbin/zpool import
PG>   pool: Radical-Vol
PG>     id: 3051993120652382125
PG>  state: FAULTED
PG> status: One or more devices contains corrupted data.
PG> action: The pool cannot be imported due to damaged devices or data.
PG>    see: http://www.sun.com/msg/ZFS-8000-5E
PG> config:

PG>         Radical-Vol  UNAVAIL   insufficient replicas
PG>           c7t0d0s0  UNAVAIL   corrupted data



PG> Here's the device:

PG> $ rmformat
PG> Looking for devices...
PG>      1. Logical Node: /dev/rdsk/c1t2d0s2
PG>         Physical Node: /[EMAIL PROTECTED],600000/[EMAIL PROTECTED]/[EMAIL 
PROTECTED],0
PG>         Connected Device: SONY     DVD RW DRU-720A  JY02
PG>         Device Type: <Unknown>
PG>      2. Logical Node: /dev/rdsk/c7t0d0s2
PG>         Physical Node:
PG> /[EMAIL PROTECTED],700000/[EMAIL PROTECTED],2/[EMAIL PROTECTED]/[EMAIL 
PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED],0
PG>         Connected Device: USB 2.0  Flash Disk       1.00
PG>         Device Type: Removable

PG> Following your command:

PG> $ /opt/sfw/bin/sudo /usr/sbin/zpool status
PG>   pool: Rad_Disk_1
PG>  state: ONLINE
PG> status: The pool is formatted using an older on-disk format.  The pool can
PG>         still be used, but some features are unavailable.
PG> action: Upgrade the pool using 'zpool upgrade'.  Once this is done, the
PG>         pool will no longer be accessible on older software versions.
PG>  scrub: none requested
PG> config:

PG>         NAME        STATE     READ WRITE CKSUM
PG>         Rad_Disk_1  ONLINE       0     0     0
PG>           c0t1d0    ONLINE       0     0     0

PG> errors: No known data errors




PG> It obviously doesn't show, not mounted.



PG> And last the fdisk command:


PG> # fdisk -E /dev/rdsk/c7t0d0
PG> fdisk: Cannot stat device /dev/rdsk/c7t0d0




Looks like you have SMI label not EFI.
Can you re-create a pool again with command:

    zpool create Radival-Vol c7t0d0

then put some data, do zpool export Radical-Vol and try to import it
on another box. Should work.


-- 
Best regards,
 Robert Milkowski                           mailto:[EMAIL PROTECTED]
                                       http://milek.blogspot.com

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to