Tagged Questions
3
votes
5answers
1k views
Can ZFS mirror an entire hard drive in OpenSolaris?
I am upgrading an OpenSolaris development workstation and recently purchased two 500GB SATA hard drives expecting to use the features of the motherboard to mirror the drives. OpenSolaris doesn't ...
1
vote
1answer
401 views
On Solaris, how do you mount a second zfs system disk for diagnostics?
I've got two hard disks in my computer, and have installed Solaris 10u8 on the first and Opensolaris 2010.3 (dev onnv_134) on the second. Both systems uses ZFS and were independently created with a ...
1
vote
4answers
705 views
ZFS vdev naming?
I have no idea what is the rationale behind naming the vdev (virtual devices) used while creating zfs pools in Solaris. Suppose, I have a disk c4d0, what is meant by c4d0p0 and c4d0s0? And, how would ...
0
votes
0answers
142 views
Raidz-1 parity disks? [closed]
Duplicate on Server Fault:
Raidz-1 parity disks?
I am a bit confused about how to configure my zfs pool. What is the exact difference between adding 8 disks to a raidz1 pool or adding 2x4 to ...