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?
+2
A:
If you want the full disk to be used by ZFS you would want to use the main disk name, c4d0 in your case.
X-Istence
2008-12-24 20:05:36
A:
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!
Lester Cheung
2009-03-31 13:06:52
+1
A:
There is a very good article: "How Solaris disk device names work".
This might help.
Cyberdrow
2009-04-11 07:20:15