Re: [zfs-discuss] Drives of different size

2008-01-24 Thread Cindy . Swearingen
Sure you can, but it would be something like this: 300GB-1 = c0t0d0 300GB-2 = c0t1d0 500GB = c0t2d0s0 (300 GB slice is created on s0) # zpool create test raidz c0t0d0 c0t1d0 c0t2d0s0 However, if you are going to use the add'l 200 GB on the 500GB drive for something else, administration is more

Re: [zfs-discuss] Drives of different size

2008-01-24 Thread Kava
I think you can if you create a slice on the larger drive that is equal to the size of the smaller drives (so 300GB) If you just add the whole large drive to the pool, you will lose the extra space. **Apparently if you later replace both of the smaller drives with 2 500 GB drives, the pool sho

[zfs-discuss] Drives of different size

2008-01-24 Thread Marcus Sundman
Let's say I have two 300 GB drives and one 500 GB drive. Can I put a RAID-Z on the three drives and a separate partition on the last 200 GB of the 500 GB drive? - Marcus ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org