Hey sorry if this is really basic, but I just started evaluating Solaris 10. Hated it at first but I''m sure that was just Windows withdrawal. The more I play the more I like. Just started with Solaris 10 for x86 and testing out ZFS for perhaps a home server. I have 4 SATA drives installed in my box. 1 drive for the OS and 3 Drives to play with storage pools. Here''s whats happening. 1. Created a quick mirror zpool create MediaTest mirror c1d1 c2d0. Copied a 5 gigs of data onto the pool. 2. Powered off, pulled c1d1 for fun. Powered on. Pool degraded. This was expected. 3. zpool replace MediaTest c1d1 c2d1. Array reslivered and healthy. Copied another 10 gigs of data onto the pool. 4. Power off, reconnect c1d1. disconnect c2d1. Power on. Pool Degraded This was expected also. 5. zpool replace MediaTest c2d1 c1d1. Error involid vdev specification dev/dsk/c1d1s0 contains a zfs filesystem. This was somewhat expected. I powered down, reconnected c2d1. Powered on again MediaTest pool is healthy. What I want to do now is import c1d1 as a new pool. It still had the original 5 gigs of data on it, and this should be no different that moving this drive to a new machine. However when I try zpool import, it lists no pools available for import! Is this right? What am I doing wrong, or why is it not recognizing this pool as available for import? Thanks for you help! This message posted from opensolaris.org