I am using zfs-119, the last version built with Apple contributions, on Mac OS 
X 10.5. I had built a raidz using

     diskutil partitiondisk /dev/disk0 GPTFormat ZFS %noformat% 100%
     diskutil partitiondisk /dev/disk1 GPTFormat ZFS %noformat% 100%
     diskutil partitiondisk /dev/disk2 GPTFormat ZFS %noformat% 100%

I then established a zpool via

     zpool create BackupRAID raidz /dev/disk0s2 /dev/disk1s2 /dev/disk2s2

This was at some point in early 2009. At some point after that one of those 
drives failed. I got it replaced many months after I noticed and have also 
forgotten a lot of what I had done originally to get this set up.

Because this raidz holds important backups, which I need to retrieve, I would 
like to rebuild the raidz. How would I go about doing that?

I have already changed the file system on the new drive via

     diskutil partitiondisk /dev/disk2 GPTFormat ZFS %noformat% 100%

I don't know how to proceed, because

     admin$ zpool status
     no pools available
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to