Hi, I have a faulted hard disk which is not allowing me to import the pool. I am using build 81 on Intel. Here is what I have: capetown # uname -a SunOS capetown 5.11 snv_81 i86pc i386 i86pc capetown # zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT data - - - - FAULTED - capetown # zpool status -xv pool: data state: FAULTED status: One or more devices are faulted in response to persistent errors. There are insufficient replicas for the pool to continue functioning. action: Destroy and re-create the pool from a backup source. Manually marking the device repaired using ''zpool clear'' may allow some data to be recovered. scrub: none requested config: NAME STATE READ WRITE CKSUM data FAULTED 6 0 0 corrupted data raidz1 DEGRADED 6 0 0 c0t2d0 ONLINE 0 0 0 c0t3d0 ONLINE 0 0 0 c0t4d0 ONLINE 0 0 0 c0t5d0 FAULTED 0 0 0 too many errors capetown # fmadm faulty capetown # zpool import data cannot import ''data'': no such pool available capetown # zpool upgrade -v This system is currently running ZFS pool version 10. The following versions are supported: VER DESCRIPTION --- -------------------------------------------------------- 1 Initial ZFS version 2 Ditto blocks (replicated metadata) 3 Hot spares and double parity RAID-Z 4 zpool history 5 Compression using the gzip algorithm 6 bootfs pool property 7 Separate intent log devices 8 Delegated administration 9 refquota and refreservation properties 10 Cache devices For more information on a particular version, including supported releases, see: http://www.opensolaris.org/os/community/zfs/version/N Where ''N'' is the version number. The pool does not have any important data that I can not restore from another system, but before I go and destroy the pool, I would like to know why this is occuring because I have raidz configured and I should be able to withstand a single failure? Thanks, Feroz This message posted from opensolaris.org