Hello Bill,

Tuesday, December 12, 2006, 2:34:01 PM, you wrote:

BC> Please reply directly to me. Seeing the message below.

BC> Is it possible to determine exactly which file is corrupted?
BC> I was thinking the OBJECT/RANGE info may be pointing to it
BC> but I don't know how to equate that to a file.


BC> # zpool status -v
BC>    pool: u01
BC>   state: ONLINE
BC> status: One or more devices has experienced an error resulting in data
BC>          corruption.  Applications may be affected.
BC> action: Restore the file in question if possible.  Otherwise restore the
BC>          entire pool from backup.
BC>     see: http://www.sun.com/msg/ZFS-8000-8A
BC>   scrub: none requested
BC> config:

BC>          NAME        STATE     READ WRITE CKSUM
BC>          u01         ONLINE       0     0     6
BC>            c1t102d0  ONLINE       0     0     6

BC> errors: The following persistent errors have been detected:

BC>            DATASET  OBJECT   RANGE
BC>            u01      4741362  600178688-600309760
                        ^^^^^^^

This is inode number so just use find to find a file.

There's an RFE for this so zpool status will give you actual file
names.



-- 
Best regards,
 Robert                            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