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 I know what to use with ZFS commands. I am terribly confused since I keep getting "invalid vdev specified". Any pointers?

link|improve this question

61% accept rate
feedback

4 Answers

up vote 4 down vote accepted

c4d0s0 = controller 4, disk 0, slice 0

link|improve this answer
feedback

If you want the full disk to be used by ZFS you would want to use the main disk name, c4d0 in your case.

link|improve this answer
feedback

There is a very good article: "How Solaris disk device names work".
This might help.

link|improve this answer
feedback

ZFS Best Practices Guide recommends using whole disk for production setup - so do what X-Istence said - use c4d0 without the slice number. With ZFs you can throw away all you know about partitioning - they are so 1990s!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.