Hello Michael, Tuesday, May 8, 2007, 9:20:56 PM, you wrote:
>> Probably RAID-Z as you don't have enough disks to be interesting for doing >> 1+0. >> Paul MC> How do you configure ZFS RAID 1+0 ? MC> Will next lines do that right? : MC> [b]zpool create -f zfs_raid1 mirror c0t1d0 c1t1d0 MC> zpool add zfs_raid1 mirror c2t1d0 c3t1d0 MC> zpool add zfs_raid1 mirror c4t1d0 c5t1d0[/b] MC> Any help/info is very welcome! Yep, above is correct. However you can do it in one shot: zpool create -f zfs_raid1 mirror c0t1d0 c1t1d0 mirror c2t1d0 c3t1d0 mirror c4t1d0 c5t1d0 -- 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